Searched refs:getsc (Results 1 – 1 of 1) sorted by relevance
129 static int getsc(void);132 getsc(void) in getsc() function145 #define getsc() getsc_r(o_getsc()) macro224 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 …]