Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c900 static int x_e_getc(void);
1054 buf[pos++] = c = x_e_getc(); in x_e_getmbc()
1059 c = x_e_getc(); in x_e_getmbc()
1070 buf[pos++] = c = x_e_getc(); in x_e_getmbc()
1125 if ((c = x_e_getc()) < 0) in x_emacs()
1133 if ((i = x_e_getc()) != '~') in x_emacs()
1779 if ((c = x_e_getc()) < 0) in x_search_hist()
1784 if ((c = x_e_getc()) < 0) in x_search_hist()
1796 if ((c = x_e_getc()) != '~') in x_search_hist()
2230 switch ((c = x_e_getc())) { in x_vt_hack()
[all …]