Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dvim9compile.pro2 int check_defined(char_u *p, size_t len, cctx_T *cctx, int is_arg);
/vim-8.2.3635/src/
H A Dvim9script.c412 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 Dvim9compile.c491 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 Duserfunc.c92 if (!skip && argtypes != NULL && check_defined(arg, p - arg, in one_function_arg()