Searched refs:YY_NULL (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c | 111 # ifndef YY_NULL 113 # define YY_NULL nullptr macro 115 # define YY_NULL 0 macro 588 "end", "nl", "if_expr", "expr", "symbol", "word_opt", YY_NULL 1204 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); in yysyntax_error() 1209 const char *yyformat = YY_NULL; in yysyntax_error() 1269 yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); in yysyntax_error()
|
D | zconf.tab.c_shipped | 111 # ifndef YY_NULL 113 # define YY_NULL nullptr 115 # define YY_NULL 0 588 "end", "nl", "if_expr", "expr", "symbol", "word_opt", YY_NULL 1204 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); 1209 const char *yyformat = YY_NULL; 1269 yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);
|
D | zconf.lex.c | 131 #define YY_NULL 0 macro 988 #define yyterminate() return YY_NULL
|
D | zconf.lex.c_shipped | 131 #define YY_NULL 0 963 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, 988 #define yyterminate() return YY_NULL 1471 * YY_NULL, it'll still work - another 1472 * YY_NULL will get returned.
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.tab.c_shipped | 118 # ifndef YY_NULL 120 # define YY_NULL nullptr 122 # define YY_NULL 0 609 "asm_phrase_opt", "export_definition", YY_NULL 1242 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); 1246 const char *yyformat = YY_NULL; 1307 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);
|
D | lex.lex.c_shipped | 111 #define YY_NULL 0 666 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, 707 #define yyterminate() return YY_NULL 991 * YY_NULL, it'll still work - another 992 * YY_NULL will get returned.
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 113 #define YY_NULL 0 763 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, 804 #define yyterminate() return YY_NULL 1323 * YY_NULL, it'll still work - another 1324 * YY_NULL will get returned.
|