Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c2102 generate_PCALL( in generate_PCALL() function
3562 res = generate_PCALL(cctx, argcount, namebuf, type, FALSE); in compile_call()
4368 if (generate_PCALL(cctx, argcount, name_start, type, TRUE) == FAIL) in compile_subscript()
4462 if (generate_PCALL(cctx, argcount, p - 2, type, FALSE) == FAIL) in compile_subscript()