Searched refs:check_defined (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | vim9compile.pro | 2 int check_defined(char_u *p, size_t len, cctx_T *cctx, int is_arg);
|
| /vim-8.2.3635/src/ |
| H A D | vim9script.c | 412 if (check_defined(p, arg - p, cctx, FALSE) == FAIL) in handle_import() 596 && check_defined(name, len, cctx, FALSE) == FAIL) in handle_import()
|
| H A D | vim9compile.c | 491 check_defined(char_u *p, size_t len, cctx_T *cctx, int is_arg) in check_defined() function 5831 if (check_defined(name_start, name_end - name_start, cctx, FALSE) == FAIL) in compile_nested_function() 6421 else if (check_defined(var_start, lhs->lhs_varlen, cctx, FALSE) in compile_lhs()
|
| H A D | userfunc.c | 92 if (!skip && argtypes != NULL && check_defined(arg, p - arg, in one_function_arg()
|