Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c2107 int at_top) in generate_PCALL() argument
2139 int offset = -argcount + i - (at_top ? 0 : 1); in generate_PCALL()
2174 isn->isn_arg.pfunc.cpf_top = at_top; in generate_PCALL()
2184 if (at_top && generate_instr(cctx, ISN_PCALL_END) == NULL) in generate_PCALL()