Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c3416 int argcount_init) in compile_call() argument
3420 int argcount = argcount_init; in compile_call()
3530 res = generate_BCALL(cctx, idx, argcount, argcount_init == 1); in compile_call()