xref: /vim-8.2.3635/src/proto/vim9execute.pro (revision 2cfb4a2a)
1/* vim9execute.c */
2int call_def_function(ufunc_T *ufunc, int argc_arg, typval_T *argv, typval_T *rettv);
3void ex_disassemble(exarg_T *eap);
4int tv2bool(typval_T *tv);
5int check_not_string(typval_T *tv);
6int set_ref_in_dfunc(ufunc_T *ufunc, int copyID);
7/* vim: set ft=c : */
8