Lines Matching refs:lhs_name

137     char_u	    *lhs_name;	    // allocated name excluding the last  member
6219 lhs->lhs_type, lhs->lhs_name); in generate_store_lhs()
6302 lhs->lhs_name = vim_strnsave(var_start, lhs->lhs_varlen); in compile_lhs()
6303 if (lhs->lhs_name == NULL) in compile_lhs()
6319 if (get_var_dest(lhs->lhs_name, &lhs->lhs_dest, cmdidx, in compile_lhs()
6332 if (check_reserved_name(lhs->lhs_name) == FAIL) in compile_lhs()
6347 semsg(_(e_str_is_used_as_argument), lhs->lhs_name); in compile_lhs()
6357 semsg(_(e_variable_already_declared), lhs->lhs_name); in compile_lhs()
6375 char_u *rawname = lhs->lhs_name in compile_lhs()
6376 + (lhs->lhs_name[1] == ':' ? 2 : 0); in compile_lhs()
6382 lhs->lhs_name); in compile_lhs()
6385 lhs->lhs_name); in compile_lhs()
6393 semsg(_(e_unknown_variable_str), lhs->lhs_name); in compile_lhs()
6429 vim9_declare_error(lhs->lhs_name); in compile_lhs()
6476 semsg(_(e_cannot_use_operator_on_new_variable), lhs->lhs_name); in compile_lhs()
6481 semsg(_(e_unknown_variable_str), lhs->lhs_name); in compile_lhs()
6488 && var_wrong_func_name(lhs->lhs_name, TRUE)) in compile_lhs()
6570 semsg(_(e_cannot_assign_to_argument), lhs->lhs_name); in compile_assign_lhs()
6576 semsg(_(e_cannot_assign_to_constant), lhs->lhs_name); in compile_assign_lhs()
6718 generate_loadvar(cctx, lhs->lhs_dest, lhs->lhs_name, in compile_load_lhs()
6911 lhs.lhs_name = NULL; in compile_assignment()
7027 vim_free(lhs.lhs_name); in compile_assignment()
7118 && var_wrong_func_name(lhs.lhs_name, TRUE)) in compile_assignment()
7352 vim_free(lhs.lhs_name); in compile_assignment()
7492 vim_free(lhs.lhs_name); in compile_unlet()
9378 if (lhs->lhs_name != NULL) in compile_redir()
9408 VIM_CLEAR(lhs->lhs_name); in compile_redir()
10277 if (cctx.ctx_redir_lhs.lhs_name != NULL) in compile_def_function()
10284 vim_free(cctx.ctx_redir_lhs.lhs_name); in compile_def_function()