Lines Matching refs:x_e_getc
900 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()
2243 if ((c = x_e_getc()) != '5' && c != '3') in x_vt_hack()
2255 switch ((c = x_e_getc())) { in x_vt_hack()
2713 x_e_getc(void) in x_e_getc() function
2835 for (; c >= 0 && ksh_isdigit(c); c = x_e_getc(), first = 0) in x_set_arg()
2886 c = x_e_getc(); in x_version()