Searched refs:gen_load_outer (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | vim9compile.c | 269 int *gen_load_outer, in arg_exists() argument 316 if (arg_exists(name, len, idxp, type, gen_load_outer, cctx->ctx_outer) in arg_exists() 319 if (gen_load_outer != NULL) in arg_exists() 320 ++*gen_load_outer; in arg_exists() 3215 int gen_load_outer = 0; in compile_load() local 3226 else if (arg_exists(*arg, len, &idx, &type, &gen_load_outer, cctx) in compile_load() 3229 if (gen_load_outer == 0) in compile_load() 3241 gen_load_outer = lvar.lv_from_outer; in compile_load() 3262 if (gen_load_outer > 0) in compile_load() 3264 res = generate_LOADOUTER(cctx, idx, gen_load_outer, type); in compile_load()
|