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)
953 /* YYLEX -- calling `yylex' with the right arguments. */956 # define YYLEX yylex (YYLEX_PARAM)958 # define YYLEX yylex ()
29 extern int yylex(void);
824 extern int yylex (void);826 #define YY_DECL int yylex (void)1226 * yylex(). If so, then we have to assure1340 } /* end of yylex */1913 /** Setup the input buffer state to scan a string. The next call to yylex() will1927 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will2115 * yylex() is called, initialization will occur. */
75 extern int yylex(void);786 /* YYLEX -- calling `yylex' with the right arguments. */788 # define YYLEX yylex (YYLEX_PARAM)790 # define YYLEX yylex ()
66 #define yylex zconflex macro883 # define YYLEX yylex (YYLEX_PARAM)885 # define YYLEX yylex ()
66 #define yylex zconflex880 /* YYLEX -- calling `yylex' with the right arguments. */883 # define YYLEX yylex (YYLEX_PARAM)885 # define YYLEX yylex ()
17 #define yylex zconflex macro
17 #define yylex zconflex
38 extern int yylex(void);
1042 main() { yylex(); }