Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c119 dest_local, enumerator
5982 case dest_local: in generate_loadvar()
6204 case dest_local: in generate_store_var()
6215 if (lhs->lhs_dest != dest_local) in generate_store_lhs()
6275 lhs->lhs_dest = dest_local; in compile_lhs()
6323 if (lhs->lhs_dest != dest_local in compile_lhs()
6470 if (lhs->lhs_lvar == NULL && lhs->lhs_dest == dest_local in compile_lhs()
7310 || lhs.lhs_dest == dest_local)) in compile_assignment()
8222 assign_dest_T dest = dest_local; in compile_for()
8244 if (dest != dest_local) in compile_for()