Home
last modified time | relevance | path

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

/vim-8.2.3635/src/testdir/
H A Dtest_vim9_disassemble.vim2284 '\d DEBUG line 1-2 varcount 0\_s*' ..
2289 '\d DEBUG line 3-4 varcount 0\_s*' ..
2293 '\d DEBUG line 5-5 varcount 1\_s*' ..
2312 '0 DEBUG line 1-1 varcount 0\_s*' ..
2317 '3 DEBUG line 2-2 varcount 1\_s*' ..
2322 '6 DEBUG line 3-3 varcount 1\_s*' ..
2329 '11 DEBUG line 4-4 varcount 1\_s*' ..
2336 '16 DEBUG line 5-5 varcount 1\_s*' ..
2341 '19 DEBUG line 6-6 varcount 1\_s*' ..
/vim-8.2.3635/src/
H A Dvim9execute.c265 int varcount; in call_dfunc() local
360 varcount = dfunc->df_varcount + dfunc->df_has_closure; in call_dfunc()
361 if (GA_GROW_FAILS(&ectx->ec_stack, arg_to_add + STACK_FRAME_SIZE + varcount)) in call_dfunc()
408 ectx->ec_stack.ga_len += STACK_FRAME_SIZE + varcount; in call_dfunc()