Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c202 lhs_T ctx_redir_lhs; // LHS for ":redir => var", valid when member
9376 lhs_T *lhs = &cctx->ctx_redir_lhs; 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()
10285 vim_free(cctx.ctx_redir_lhs.lhs_whole); in compile_def_function()