Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h429 cpfunc_T pfunc; member
H A Dvim9execute.c3086 cpfunc_T *pfunc = &iptr->isn_arg.pfunc; in exec_instructions() local
3091 if (pfunc->cpf_top) in exec_instructions()
3094 tv = STACK_TV_BOT(-pfunc->cpf_argcount - 1); in exec_instructions()
3103 r = call_partial(tv, pfunc->cpf_argcount, ectx); in exec_instructions()
5439 cpfunc_T *cpfunc = &iptr->isn_arg.pfunc; in list_instructions()
H A Dvim9compile.c2174 isn->isn_arg.pfunc.cpf_top = at_top; in generate_PCALL()
2175 isn->isn_arg.pfunc.cpf_argcount = argcount; in generate_PCALL()