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

/external/mksh/src/
H A Dlex.c112 #define o_getsc_u() ((*source->str != '\0') ? *source->str++ : getsc_uu()) macro
1726 return (o_getsc_u());
1730 return (o_getsc_u());
1736 c = o_getsc_u();
1738 if ((c2 = o_getsc_u()) == '\n')
1753 if ((unsigned char)(c = o_getsc_u()) != 0xEF) {
1757 if ((unsigned char)(c = o_getsc_u()) != 0xBB) {
1762 if ((unsigned char)(c = o_getsc_u()) != 0xBF) {

Completed in 76 milliseconds