Home
last modified time | relevance | path

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

/linux-4.4.14/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_shipped939 /* YYLEX -- calling `yylex' with the right arguments. */
941 # define YYLEX yylex (YYLEX_PARAM)
943 # define YYLEX yylex ()
/linux-4.4.14/scripts/dtc/
Ddtc-parser.y26 extern int yylex(void);
Ddtc-lexer.lex.c_shipped825 extern int yylex (void);
827 #define YY_DECL int yylex (void)
1254 * yylex(). If so, then we have to assure
1369 } /* end of yylex */
1942 /** Setup the input buffer state to scan a string. The next call to yylex() will
1956 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
2144 * yylex() is called, initialization will occur. */
Ddtc-parser.tab.c_shipped72 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 ();
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c66 #define yylex zconflex macro
903 # define YYLEX yylex (YYLEX_PARAM)
905 # define YYLEX yylex ()
Dzconf.tab.c_shipped66 #define yylex zconflex
900 /* YYLEX -- calling `yylex' with the right arguments. */
903 # define YYLEX yylex (YYLEX_PARAM)
905 # define YYLEX yylex ()
Dzconf.lex.c17 #define yylex zconflex macro
Dzconf.lex.c_shipped17 #define yylex zconflex
/linux-4.4.14/tools/net/
Dbpf_exp.y38 extern int yylex(void);
/linux-4.4.14/Documentation/sound/oss/
DMultiSound1042 main() { yylex(); }