Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c1001 static int x_e_getc(void);
1185 buf[pos++] = c = x_e_getc(); in x_e_getmbc()
1191 c = x_e_getc(); in x_e_getmbc()
1203 buf[pos++] = c = x_e_getc(); in x_e_getmbc()
1265 if ((c = x_e_getc()) < 0) in x_emacs()
1273 if ((i = x_e_getc()) != '~') in x_emacs()
1899 if ((c = x_e_getc()) < 0) in x_search_hist()
1904 if ((c = x_e_getc()) < 0) in x_search_hist()
1916 if ((c = x_e_getc()) != '~') in x_search_hist()
2353 switch ((c = x_e_getc())) { in x_vt_hack()
[all …]