Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h195 int cbf_argcount; // number of arguments on top of stack member
H A Dvim9execute.c3078 iptr->isn_arg.bfunc.cbf_argcount, in exec_instructions()
5415 cbfunc->cbf_argcount); in list_instructions()
H A Dvim9compile.c1869 isn->isn_arg.bfunc.cbf_argcount = argcount; in generate_BCALL()