Home
last modified time | relevance | path

Searched refs:cuf_argcount (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9.h213 int cuf_argcount; // number of arguments on top of stack member
H A Dvim9execute.c3126 if (call_eval_func(cufunc->cuf_name, cufunc->cuf_argcount, in exec_instructions()
5434 cufunc->cuf_name, cufunc->cuf_argcount); in list_instructions()
H A Dvim9compile.c2059 isn->isn_arg.ufunc.cuf_argcount = argcount; in generate_CALL()
2085 isn->isn_arg.ufunc.cuf_argcount = argcount; in generate_UCALL()