Searched refs:YY_NULL (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 120 # ifndef YY_NULL 122 # define YY_NULL nullptr 124 # define YY_NULL 0 596 "asm_phrase_opt", "export_definition", YY_NULL 1257 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); 1262 const char *yyformat = YY_NULL; 1322 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.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 88 # ifndef YY_NULL 90 # define YY_NULL nullptr 92 # define YY_NULL 0 561 "integer_unary", "bytestring", "subnodes", "subnode", YY_NULL 1085 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); 1089 const char *yyformat = YY_NULL; 1150 YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]);
|
D | dtc-lexer.lex.c_shipped | 113 #define YY_NULL 0 762 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, 803 #define yyterminate() return YY_NULL 1295 * YY_NULL, it'll still work - another 1296 * YY_NULL will get returned.
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.lex.c | 130 #define YY_NULL 0 macro 951 #define yyterminate() return YY_NULL
|
D | zconf.lex.c_shipped | 130 #define YY_NULL 0 926 /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, 951 #define yyterminate() return YY_NULL 1418 * YY_NULL, it'll still work - another 1419 * YY_NULL will get returned.
|