Home
last modified time | relevance | path

Searched refs:echo_one (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() function
6118 echo_one(&rettv, eap->cmdidx == CMD_echo, &atstart, &needclr); in ex_echo()
H A Dvim9execute.c1956 echo_one(tv, iptr->isn_arg.echo.echo_with_white, in exec_instructions()