Searched refs:YYFPRINTF (Results 1 – 2 of 2) sorted by relevance
| /linux/scripts/dtc/ |
| A D | dtc-parser.tab.c | 868 # ifndef YYFPRINTF 870 # define YYFPRINTF fprintf macro 910 res += YYFPRINTF (yyo, "-%d", end_col); in yy_location_print_() 967 YYFPRINTF (yyo, "%s %s (", in yy_symbol_print() 971 YYFPRINTF (yyo, ": "); in yy_symbol_print() 973 YYFPRINTF (yyo, ")"); in yy_symbol_print() 984 YYFPRINTF (stderr, "Stack now"); in yy_stack_print() 988 YYFPRINTF (stderr, " %d", yybot); in yy_stack_print() 990 YYFPRINTF (stderr, "\n"); in yy_stack_print() 1016 YYFPRINTF (stderr, " $%d = ", yyi + 1); in yy_reduce_print() [all …]
|
| /linux/scripts/kconfig/ |
| A D | parser.tab.c | 889 # ifndef YYFPRINTF 891 # define YYFPRINTF fprintf macro 897 YYFPRINTF Args; \ 948 YYFPRINTF (yyo, "%s %s (", in yy_symbol_print() 952 YYFPRINTF (yyo, ")"); in yy_symbol_print() 963 YYFPRINTF (stderr, "Stack now"); in yy_stack_print() 967 YYFPRINTF (stderr, " %d", yybot); in yy_stack_print() 969 YYFPRINTF (stderr, "\n"); in yy_stack_print() 990 YYFPRINTF (stderr, "Reducing stack by rule %d (line %d):\n", in yy_reduce_print() 995 YYFPRINTF (stderr, " $%d = ", yyi + 1); in yy_reduce_print() [all …]
|
Completed in 14 milliseconds