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

/external/mksh/src/
H A Dedit.c982 static int x_e_getc(void);
1142 buf[pos++] = c = x_e_getc();
1147 c = x_e_getc();
1158 buf[pos++] = c = x_e_getc();
1214 if ((c = x_e_getc()) < 0)
1222 if ((i = x_e_getc()) != '~')
1321 * not NULL but first char is NUL; x_e_getc() does it
1871 if ((c = x_e_getc()) < 0)
1876 if ((c = x_e_getc()) < 0)
1888 if ((c = x_e_getc()) !
2843 x_e_getc(void) function
[all...]

Completed in 21 milliseconds