1/* vim9execute.c */ 2void to_string_error(vartype_T vartype); 3void funcstack_check_refcount(funcstack_T *funcstack); 4int call_def_function(ufunc_T *ufunc, int argc_arg, typval_T *argv, partial_T *partial, typval_T *rettv); 5void ex_disassemble(exarg_T *eap); 6int tv2bool(typval_T *tv); 7int check_not_string(typval_T *tv); 8/* vim: set ft=c : */ 9