Searched refs:getsc (Results 1 – 1 of 1) sorted by relevance
134 #define getsc getsc_i macro144 #define getsc() getsc_r(o_getsc()) macro223 while ((c = getsc()) == ' ' || c == '\t') in yylex()227 while ((c = getsc()) != '\0' && c != '\n') in yylex()245 while (!((c = getsc()) == 0 || in yylex()306 c2 = getsc(); in yylex()320 if ((c = getsc())) { in yylex()346 c = getsc(); in yylex()363 c = getsc(); in yylex()389 c = getsc(); in yylex()[all …]