Lines Matching refs:getsc
129 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()
360 c = getsc(); in yylex()
377 c = getsc(); in yylex()
403 c = getsc(); in yylex()
406 c = getsc(); in yylex()
425 if ((c = getsc()) == '|') { in yylex()
444 c = getsc(); in yylex()
449 c = getsc(); in yylex()
481 if ((c = getsc()) == '/') { in yylex()
517 c = getsc(); in yylex()
582 *wp++ = getsc(); in yylex()
655 if ((c2 = getsc()) == /*(*/ ')') { in yylex()
696 if ((c = getsc()) == '"' || c == '\\' || in yylex()
746 switch (c = getsc()) { in yylex()
778 else if ((c2 = getsc()) == /*(*/ ')') { in yylex()
817 if ((c = getsc())) { in yylex()
826 if ((c2 = getsc()) == '\'') { in yylex()
929 if ((c2 = getsc()) != '>') { in yylex()
938 c2 = getsc(); in yylex()
944 if ((c2 = getsc()) == '-') { in yylex()
946 c2 = getsc(); in yylex()
979 if ((c2 = getsc()) == c) in yylex()
994 if ((c2 = getsc()) == '&') in yylex()
1169 while ((c = getsc()) == '\t') in readhere()
1174 c = getsc(); in readhere()
1211 c = getsc(); in readhere()
1599 c = getsc(); in get_brace_var()
1617 c2 = getsc(); in get_brace_var()
1644 c = getsc(); in get_brace_var()
1682 c = getsc(); in arraysub()
1811 return (getsc()); in s_get()