Home
last modified time | relevance | path

Searched refs:eval_isnamec (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9script.c387 while (eval_isnamec(*arg)) in handle_import()
769 for (p = arg + 1; *p != NUL && eval_isnamec(*p); MB_PTR_ADV(p)) in vim9_declare_scriptvar()
H A Deval.c1735 && !eval_isnamec(arg[1]); in next_for_item()
5469 for (p = *arg; eval_isnamec(*p); ++p) in get_id_len()
5597 && (eval_isnamec(*p) in find_name_end()
5729 eval_isnamec(int c) in eval_isnamec() function
5822 while (eval_isnamec(**arg)) in handle_subscript()
H A Dvim9compile.c3059 while (eval_isnamec(*p)) in compile_load_scriptvar()
3604 for (p = arg + 1; *p != NUL && eval_isnamec(*p); MB_PTR_ADV(p)) in to_name_end()
4476 for ( ; eval_isnamec(*p); ++p) in compile_subscript()
4583 while (eval_isnamec(*p)) in compile_subscript()
4717 && !eval_isnamec((*arg)[4])) in compile_expr7()
4731 && !eval_isnamec((*arg)[5])) in compile_expr7()
4745 && !eval_isnamec((*arg)[4])) in compile_expr7()
7016 if (var_start[0] == '_' && !eval_isnamec(var_start[1])) in compile_assignment()
H A Duserfunc.c4094 : eval_isnamec(arg[j]))) in define_function()
/vim-8.2.3635/src/proto/
H A Deval.pro66 int eval_isnamec(int c);
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt49506 Solution: Use eval_isnamec() instead of eval_isnamec1(). (closes #6613)