summaryrefslogtreecommitdiff
path: root/src/proto/vim9execute.pro
blob: 882456df80c58d5e7e391a17473b19dcf19b428e (plain)
1
2
3
4
5
6
7
8
9
/* vim9execute.c */
void to_string_error(vartype_T vartype);
void funcstack_check_refcount(funcstack_T *funcstack);
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);
void emsg_using_string_as(typval_T *tv, int as_number);
int check_not_string(typval_T *tv);
/* vim: set ft=c : */