Lines Matching refs:getsc
134 #define getsc getsc_i macro
144 #define getsc() getsc_r(o_getsc()) macro
223 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()
392 c = getsc(); in yylex()
411 if ((c = getsc()) == '|') { in yylex()
430 c = getsc(); in yylex()
435 c = getsc(); in yylex()
467 if ((c = getsc()) == '/') { in yylex()
503 c = getsc(); in yylex()
575 *wp++ = getsc(); in yylex()
593 c2 = getsc(); in yylex()
649 if ((c2 = getsc()) == /*(*/ ')') { in yylex()
690 if ((c = getsc()) == '"' || c == '\\' || in yylex()
740 switch (c = getsc()) { in yylex()
773 else if ((c2 = getsc()) == /*(*/ ')') { in yylex()
814 if ((c = getsc())) { in yylex()
823 if ((c2 = getsc()) == '\'') { in yylex()
926 if ((c2 = getsc()) != '>') { in yylex()
935 c2 = getsc(); in yylex()
941 if ((c2 = getsc()) == '-') in yylex()
974 if ((c2 = getsc()) == c) in yylex()
989 if ((c2 = getsc()) == '&') in yylex()
1139 while ((c = getsc()) == '\t') in readhere()
1144 c = getsc(); in readhere()
1181 c = getsc(); in readhere()
1581 c = getsc(); in get_brace_var()
1599 c2 = getsc(); in get_brace_var()
1626 c = getsc(); in get_brace_var()
1664 c = getsc(); in arraysub()