Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c160 int lhs_has_type; // type was specified member
6454 lhs->lhs_has_type = TRUE; in compile_lhs()
7038 if (lhs.lhs_has_type in compile_assignment()
7113 if (lhs.lhs_lvar != NULL && (is_decl || !lhs.lhs_has_type)) in compile_assignment()
7121 if (lhs.lhs_new_local && !lhs.lhs_has_type) in compile_assignment()
7189 else if (!lhs.lhs_has_type || lhs.lhs_dest == dest_option) in compile_assignment()