Home
last modified time | relevance | path

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

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