summaryrefslogtreecommitdiff
path: root/src/proto/vim9execute.pro
blob: 4f7262d7419f1e3d94083fd62bb7a6ff3a578c5e (plain)
1
2
3
4
5
6
/* vim9execute.c */
int call_def_function(ufunc_T *ufunc, int argc, typval_T *argv, 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 : */