Home
last modified time | relevance | path

Searched defs:func_idx (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9execute.c795 call_bfunc(int func_idx, int argcount, ectx_T *ectx) in call_bfunc()
945 int func_idx = find_internal_func(name); in call_by_name() local
H A Dvim9compile.c1823 generate_BCALL(cctx_T *cctx, int func_idx, int argcount, int method_call) in generate_BCALL()