Searched refs:atstart (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | eval.pro | 71 void echo_one(typval_T *rettv, int with_space, int *atstart, int *needclr);
|
| /vim-8.2.3635/src/ |
| H A D | spellfile.c | 1219 int atstart; in read_compound() local 1321 atstart = 1; in read_compound() 1339 if (atstart != 0) in read_compound() 1344 atstart = 2; in read_compound() 1346 atstart = 0; in read_compound() 1354 if (atstart == 1) in read_compound() 1355 atstart = 0; in read_compound() 1375 atstart = 1; in read_compound()
|
| H A D | eval.c | 6016 echo_one(typval_T *rettv, int with_space, int *atstart, int *needclr) in echo_one() argument 6022 if (*atstart) in echo_one() 6024 *atstart = FALSE; in echo_one() 6080 int atstart = TRUE; in ex_echo() local 6118 echo_one(&rettv, eap->cmdidx == CMD_echo, &atstart, &needclr); in ex_echo()
|
| H A D | vim9execute.c | 1949 int atstart = TRUE; in exec_instructions() local 1957 &atstart, &needclr); in exec_instructions()
|