Home
last modified time | relevance | path

Searched refs:yylex (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/scripts/genksyms/
Dgenksyms.h75 int yylex(void);
Dlex.l129 yylex(void)
Dlex.lex.c_shipped728 extern int yylex (void);
730 #define YY_DECL int yylex (void)
923 * yylex(). If so, then we have to assure
1036 } /* end of yylex */
1650 /** Setup the input buffer state to scan a string. The next call to yylex() will
1664 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
1852 * yylex() is called, initialization will occur. */
1938 yylex(void)
Dparse.tab.c_shipped953 /* YYLEX -- calling `yylex' with the right arguments. */
956 # define YYLEX yylex (YYLEX_PARAM)
958 # define YYLEX yylex ()
/linux-4.1.27/scripts/dtc/
Ddtc-parser.y29 extern int yylex(void);
Ddtc-lexer.lex.c_shipped824 extern int yylex (void);
826 #define YY_DECL int yylex (void)
1226 * yylex(). If so, then we have to assure
1340 } /* end of yylex */
1913 /** Setup the input buffer state to scan a string. The next call to yylex() will
1927 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
2115 * yylex() is called, initialization will occur. */
Ddtc-parser.tab.c_shipped75 extern int yylex(void);
786 /* YYLEX -- calling `yylex' with the right arguments. */
788 # define YYLEX yylex (YYLEX_PARAM)
790 # define YYLEX yylex ()
/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c66 #define yylex zconflex macro
883 # define YYLEX yylex (YYLEX_PARAM)
885 # define YYLEX yylex ()
Dzconf.tab.c_shipped66 #define yylex zconflex
880 /* YYLEX -- calling `yylex' with the right arguments. */
883 # define YYLEX yylex (YYLEX_PARAM)
885 # define YYLEX yylex ()
Dzconf.lex.c17 #define yylex zconflex macro
Dzconf.lex.c_shipped17 #define yylex zconflex
/linux-4.1.27/tools/net/
Dbpf_exp.y38 extern int yylex(void);
/linux-4.1.27/Documentation/sound/oss/
DMultiSound1042 main() { yylex(); }