Searched refs:arg_exists (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | vim9compile.c | 264 arg_exists( in arg_exists() function 316 if (arg_exists(name, len, idxp, type, gen_load_outer, cctx->ctx_outer) in arg_exists() 448 || arg_exists(name, len, NULL, NULL, NULL, cctx) == OK)) in variable_exists() 512 || arg_exists(p, len, NULL, NULL, NULL, cctx) == OK)) in check_defined() 2457 if (arg_exists(name, len, NULL, NULL, NULL, cctx) == OK) in reserve_local() 3226 else if (arg_exists(*arg, len, &idx, &type, &gen_load_outer, cctx) in compile_load() 3540 && arg_exists(namebuf, varlen, NULL, NULL, NULL, cctx) != OK) in compile_call() 6341 if (arg_exists(var_start, lhs->lhs_varlen, in compile_lhs()
|