Home
last modified time | relevance | path

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

/third_party/mksh/
H A Dedit.c1004 static int x_e_getc(void);
1216 buf[pos++] = c = x_e_getc(); in x_e_getmbc()
1222 c = x_e_getc(); in x_e_getmbc()
1234 buf[pos++] = c = x_e_getc(); in x_e_getmbc()
1296 if ((c = x_e_getc()) < 0) in x_emacs()
1303 if ((i = x_e_getc()) != '~') in x_emacs()
1310 if ((i = x_e_getc()) != '~') in x_emacs()
1407 * not NULL but first char is NUL; x_e_getc() does it in x_ins_string()
1936 if ((c = x_e_getc()) < 0) in x_search_hist()
1941 if ((c = x_e_getc()) < in x_search_hist()
2952 x_e_getc(void) x_e_getc() function
[all...]

Completed in 7 milliseconds