Home
last modified time | relevance | path

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

/mirbsd/src/bin/mksh/
Dedit.c984 static int x_e_getc(void);
1145 buf[pos++] = c = x_e_getc(); in x_e_getmbc()
1150 c = x_e_getc(); in x_e_getmbc()
1161 buf[pos++] = c = x_e_getc(); in x_e_getmbc()
1217 if ((c = x_e_getc()) < 0) in x_emacs()
1225 if ((i = x_e_getc()) != '~') in x_emacs()
1874 if ((c = x_e_getc()) < 0) in x_search_hist()
1879 if ((c = x_e_getc()) < 0) in x_search_hist()
1891 if ((c = x_e_getc()) != '~') in x_search_hist()
2322 switch ((c = x_e_getc())) { in x_vt_hack()
[all …]