Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c141 char_u *lhs_whole; // allocated name including the last member
9385 if (compile_load_lhs_with_index(lhs, lhs->lhs_whole, in compile_redir()
9401 if (compile_assign_unlet(lhs->lhs_whole, lhs, TRUE, in compile_redir()
9409 VIM_CLEAR(lhs->lhs_whole); in compile_redir()
9436 lhs->lhs_whole = vim_strnsave(arg, lhs->lhs_varlen_total); in compile_redir()
9437 if (lhs->lhs_whole == NULL) in compile_redir()
10285 vim_free(cctx.ctx_redir_lhs.lhs_whole); in compile_def_function()