Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Deval.pro71 void echo_one(typval_T *rettv, int with_space, int *atstart, int *needclr);
/vim-8.2.3635/src/
H A Deval.c6016 echo_one(typval_T *rettv, int with_space, int *atstart, int *needclr) in echo_one() argument
6044 if (*p != TAB && *needclr) in echo_one()
6048 *needclr = FALSE; in echo_one()
6079 int needclr = TRUE; in ex_echo() local
6093 need_clr_eos = needclr; in ex_echo()
6118 echo_one(&rettv, eap->cmdidx == CMD_echo, &atstart, &needclr); in ex_echo()
6132 if (needclr) in ex_echo()
H A Dvim9execute.c1950 int needclr = TRUE; in exec_instructions() local
1957 &atstart, &needclr); in exec_instructions()
1960 if (needclr) in exec_instructions()