Searched refs:script_var_exists (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | vim9compile.c | 410 script_var_exists(char_u *name, size_t len, cctx_T *cctx) in script_var_exists() function 449 || script_var_exists(name, len, cctx) == OK in variable_exists() 500 if (script_var_exists(p, len, cctx) == OK) in check_defined() 3249 if (script_var_exists(*arg, len, cctx) == OK in compile_load() 6366 ? script_var_exists(var_start + 2, lhs->lhs_varlen - 2, in compile_lhs() 6368 : script_var_exists(var_start, lhs->lhs_varlen, in compile_lhs()
|