Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h201 int cdf_argcount; // number of arguments on top of stack member
H A Dvim9execute.c871 iptr->isn_arg.dfunc.cdf_argcount = argcount; in call_ufunc()
3069 iptr->isn_arg.dfunc.cdf_argcount, in exec_instructions()
5426 cdfunc->cdf_argcount); in list_instructions()
H A Dvim9compile.c2052 isn->isn_arg.dfunc.cdf_argcount = argcount; in generate_CALL()