Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h207 int cpf_argcount; // number of arguments on top of stack member
H A Dvim9execute.c3094 tv = STACK_TV_BOT(-pfunc->cpf_argcount - 1); in exec_instructions()
3103 r = call_partial(tv, pfunc->cpf_argcount, ectx); in exec_instructions()
5442 cpfunc->cpf_top ? " top" : "", cpfunc->cpf_argcount); in list_instructions()
H A Dvim9compile.c2175 isn->isn_arg.pfunc.cpf_argcount = argcount; in generate_PCALL()