view src/proto/vim9execute.pro @ 22863:77566fd830f5

Added tag v8.2.1978 for changeset 6d50182e7e24a67d280d6c574ff38bd62834f0e3
author Bram Moolenaar <Bram@vim.org>
date Thu, 12 Nov 2020 14:30:05 +0100
parents 53acb89ec9f2
children 112fa621b127
line wrap: on
line source

/* 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 : */