Searched refs:yylex (Results 1 – 13 of 13) sorted by relevance
75 int yylex(void);
129 yylex(void)
728 extern int yylex (void);730 #define YY_DECL int yylex (void)923 * yylex(). If so, then we have to assure1036 } /* end of yylex */1650 /** Setup the input buffer state to scan a string. The next call to yylex() will1664 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will1852 * yylex() is called, initialization will occur. */1938 yylex(void)
939 /* YYLEX -- calling `yylex' with the right arguments. */941 # define YYLEX yylex (YYLEX_PARAM)943 # define YYLEX yylex ()
26 extern int yylex(void);
825 extern int yylex (void);827 #define YY_DECL int yylex (void)1254 * yylex(). If so, then we have to assure1369 } /* end of yylex */1942 /** Setup the input buffer state to scan a string. The next call to yylex() will1956 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will2144 * yylex() is called, initialization will occur. */
72 extern int yylex(void);451 by yylex, with out-of-bounds checking. */459 as returned by yylex, without out-of-bounds checking. */1386 yychar = yylex ();
66 #define yylex zconflex macro903 # define YYLEX yylex (YYLEX_PARAM)905 # define YYLEX yylex ()
66 #define yylex zconflex900 /* YYLEX -- calling `yylex' with the right arguments. */903 # define YYLEX yylex (YYLEX_PARAM)905 # define YYLEX yylex ()
17 #define yylex zconflex macro
17 #define yylex zconflex
38 extern int yylex(void);
1042 main() { yylex(); }