• Home
  • Raw
  • Download

Lines Matching refs:getsc

139 #define getsc()		getsc_i()  macro
149 #define getsc() getsc_r((unsigned int)(unsigned char)o_getsc()) macro
231 c = getsc(); in yylex()
236 c = getsc(); in yylex()
255 while (!((c = getsc()) == 0 || in yylex()
308 c2 = getsc(); in yylex()
322 if ((c = getsc())) { in yylex()
348 c = getsc(); in yylex()
365 c = getsc(); in yylex()
392 c = getsc(); in yylex()
395 c = getsc(); in yylex()
416 if ((unsigned int)(c = getsc()) == ORD('|')) { in yylex()
435 c = getsc(); in yylex()
440 c = getsc(); in yylex()
476 if ((unsigned int)(c = getsc()) == ORD('/')) { in yylex()
490 c2 = getsc(); in yylex()
525 c = getsc(); in yylex()
577 *wp++ = getsc(); in yylex()
595 c2 = getsc(); in yylex()
652 if ((unsigned int)(c2 = getsc()) == ORD(/*(*/ ')')) { in yylex()
693 if ((unsigned int)(c = getsc()) == ORD('"') || in yylex()
745 switch (c = getsc()) { in yylex()
778 else if ((unsigned int)(c2 = getsc()) == ORD(/*(*/ ')')) { in yylex()
819 if ((c = getsc())) { in yylex()
828 if ((unsigned int)(c2 = getsc()) == ORD('\'')) { in yylex()
920 if ((unsigned int)(c2 = getsc()) != ORD('>')) { in yylex()
929 c2 = getsc(); in yylex()
936 if ((unsigned int)(c2 = getsc()) == ORD('-')) in yylex()
972 if ((c2 = getsc()) == c) in yylex()
987 if ((unsigned int)(c2 = getsc()) == ORD('&')) in yylex()
1148 while ((c = getsc()) == '\t') in readhere()
1153 c = getsc(); in readhere()
1190 c = getsc(); in readhere()
1594 c = getsc(); in get_brace_var()
1601 c2 = getsc(); in get_brace_var()
1657 c = getsc(); in get_brace_var()
1696 c = getsc(); in arraysub()