Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c161 type_T *lhs_type; member
6311 lhs->lhs_type = &t_list_string; in compile_lhs()
6313 lhs->lhs_type = &t_any; in compile_lhs()
6452 if (lhs->lhs_type == NULL) in compile_lhs()
6535 lhs->lhs_type = &t_any; in compile_lhs()
6775 && lhs->lhs_type != &t_blob in compile_assign_unlet()
6776 && lhs->lhs_type != &t_any) in compile_assign_unlet()
7171 || lhs_type == &t_float) in compile_assignment()
7173 lhs_type = &t_number; in compile_assignment()
8273 if (lhs_type == &t_any) in compile_for()
[all …]