Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h206 int cpf_top; // when TRUE partial is above the arguments member
H A Dvim9execute.c3091 if (pfunc->cpf_top) in exec_instructions()
5442 cpfunc->cpf_top ? " top" : "", cpfunc->cpf_argcount); in list_instructions()
H A Dvim9compile.c2174 isn->isn_arg.pfunc.cpf_top = at_top; in generate_PCALL()