Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c6327 declare_error = is_decl; in compile_lhs()
6345 if (is_decl) in compile_lhs()
6355 if (is_decl) in compile_lhs()
6378 if (is_decl) in compile_lhs()
6440 if (is_decl && *var_end == ':') in compile_lhs()
6479 if (!is_decl) in compile_lhs()
6504 if (is_decl) in compile_lhs()
6560 int is_decl, in compile_assign_lhs() argument
6573 if (!is_decl && lhs->lhs_lvar != NULL in compile_assign_lhs()
6904 if (var_count > 0 && is_decl) in compile_assignment()
[all …]