Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c8097 lvar_T *var_lvar; // variable for "var" in compile_for() local
8282 var_lvar = reserve_local(cctx, arg, varlen, TRUE, lhs_type); in compile_for()
8283 if (var_lvar == NULL) in compile_for()
8288 var_lvar->lv_type = vartype; in compile_for()
8290 var_lvar->lv_type = item_type; in compile_for()
8291 generate_STORE(cctx, ISN_STORE, var_lvar->lv_idx, NULL); in compile_for()