view src/proto/vim9execute.pro @ 21910:f40e79100c8f

Added tag v8.2.1504 for changeset a211bca98bc332f3200b6efbb4d17b35ea05a7bf
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 Aug 2020 22:45:04 +0200
parents fcf978444298
children 7d6ba4204f66
line wrap: on
line source

/* vim9execute.c */
void to_string_error(vartype_T vartype);
int call_def_function(ufunc_T *ufunc, int argc_arg, typval_T *argv, partial_T *partial, typval_T *rettv);
void ex_disassemble(exarg_T *eap);
int tv2bool(typval_T *tv);
int check_not_string(typval_T *tv);
/* vim: set ft=c : */