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

/external/mksh/src/
H A Dlex.c129 static int getsc(void);
132 getsc(void) function
145 #define getsc() getsc_r(o_getsc()) macro
224 while ((c = getsc()) == ' ' || c == '\t')
228 while ((c = getsc()) != '\0' && c != '\n')
245 c = getsc();
248 while ((c = getsc()) == ' ' || c == '\t')
258 while (!((c = getsc()) == 0 ||
320 c2 = getsc();
334 if ((c = getsc())) {
[all...]

Completed in 173 milliseconds