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

/external/mksh/src/
H A Dedit.c984 static int x_e_getc(void);
1145 buf[pos++] = c = x_e_getc();
1150 c = x_e_getc();
1161 buf[pos++] = c = x_e_getc();
1217 if ((c = x_e_getc()) < 0)
1225 if ((i = x_e_getc()) != '~')
1324 * not NULL but first char is NUL; x_e_getc() does it
1874 if ((c = x_e_getc()) < 0)
1879 if ((c = x_e_getc()) < 0)
1891 if ((c = x_e_getc()) !
2849 x_e_getc(void) function
[all...]

Completed in 487 milliseconds