Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c2447 reserve_local( in reserve_local() function
5900 lvar_T *lvar = reserve_local(cctx, name_start, name_end - name_start, in compile_nested_function()
6492 lhs->lhs_lvar = reserve_local(cctx, var_start, lhs->lhs_varlen, in compile_lhs()
8144 loop_lvar = reserve_local(cctx, (char_u *)"", 0, FALSE, &t_number); in compile_for()
8282 var_lvar = reserve_local(cctx, arg, varlen, TRUE, lhs_type); in compile_for()