Searched refs:yyless (Results 1 – 16 of 16) sorted by relevance
25 /* CAUTION: this will stop working if we ever use yyless() or yyunput() */
49 /* CAUTION: this will stop working if we ever use yyless() or yyunput() */
188 #define yyless(n) \ macro1927 #undef yyless1928 #define yyless(n) \ macro
36 The same pattern exists in yyless(), and similar problems exist in users
194 #define yyless(n) \2159 /* Redefine yyless() so it works in section 3 code. */2161 #undef yyless2162 #define yyless(n) \
169 #define yyless(n) \ macro1739 #undef yyless1740 #define yyless(n) \ macro
170 #define yyless(n) \636 /* CAUTION: this will stop working if we ever use yyless() or yyunput() */2024 /* Redefine yyless() so it works in section 3 code. */2026 #undef yyless2027 #define yyless(n) \
286 yyless(0);
164 * access to the local variable yy_act. Since yyless() is a macro, it would break165 * existing scanners that call yyless() from OUTSIDE yylex.186 #define yyless(n) \2180 /* Redefine yyless() so it works in section 3 code. */2182 #undef yyless2183 #define yyless(n) \
132 yyless(0); \
21358 d { yyless (1); }21359 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */21360 yyless ((input () != 0)); }