Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c1004 static int x_e_getc(void);
1188 buf[pos++] = c = x_e_getc(); in x_e_getmbc()
1194 c = x_e_getc(); in x_e_getmbc()
1206 buf[pos++] = c = x_e_getc(); in x_e_getmbc()
1268 if ((c = x_e_getc()) < 0) in x_emacs()
1276 if ((i = x_e_getc()) != '~') in x_emacs()
1902 if ((c = x_e_getc()) < 0) in x_search_hist()
1907 if ((c = x_e_getc()) < 0) in x_search_hist()
1919 if ((c = x_e_getc()) != '~') in x_search_hist()
2359 switch ((c = x_e_getc())) { in x_vt_hack()
[all …]