Searched refs:YYDPRINTF (Results 1 – 7 of 7) sorted by relevance
/external/bison/data/ |
D | yacc.c | 806 # define YYDPRINTF(Args) \ 887 # define YYDPRINTF(Args) 942 YYDPRINTF ((stderr, "%smax size exceeded%s", yydebug_prefix, 952 YYDPRINTF ((stderr, "%srealloc failed%s", yydebug_prefix, 966 YYDPRINTF ((stderr, "%srealloc to %lu%s", yydebug_prefix, 1002 YYDPRINTF ((stderr, \ 1057 YYDPRINTF ((stderr, "LAC: checking lookahead %s:", yytname[yytoken])); 1060 YYDPRINTF ((stderr, " Always Err\n")); 1073 YYDPRINTF ((stderr, " Err\n")); 1082 YYDPRINTF ((stderr, " Err\n")); [all …]
|
D | glr.c | 512 # define YYDPRINTF(Args) \ 536 # define YYDPRINTF(Args) 1215 YYDPRINTF ((stderr, "Restoring last deleted stack as stack #0.\n")); 1230 YYDPRINTF ((stderr, "Removing dead stacks.\n")); 1246 YYDPRINTF ((stderr, "Rename stack %lu -> %lu.\n", 1431 YYDPRINTF ((stderr, 1445 YYDPRINTF ((stderr, "Merging stack %lu into stack %lu.\n", 1938 YYDPRINTF ((stderr, "Stack %lu Entering state %d\n", 1948 YYDPRINTF ((stderr, "Stack %lu dies.\n", 1961 YYDPRINTF ((stderr, "Reading a token: ")); [all …]
|
/external/e2fsprogs/intl/ |
D | plural.c | 528 # define YYDPRINTF(Args) \ macro 537 # define YYDPRINTF(Args) macro 736 YYDPRINTF ((stderr, "Starting parse\n")); in yyparse() 836 YYDPRINTF ((stderr, "Stack size increased to %lu\n", in yyparse() 843 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); in yyparse() 870 YYDPRINTF ((stderr, "Reading a token: ")); in yyparse() 881 YYDPRINTF ((stderr, "Now at end of input.\n")); in yyparse() 931 YYDPRINTF ((stderr, "Shifting token %d (%s), ", in yyparse() 1194 YYDPRINTF ((stderr, "Discarding token %d (%s).\n", in yyparse() 1273 YYDPRINTF ((stderr, "Shifting error token, ")); in yyparse()
|
/external/bison/src/ |
D | parse-gram.c | 1036 # define YYDPRINTF(Args) \ macro 1319 # define YYDPRINTF(Args) macro 1374 YYDPRINTF ((stderr, "%smax size exceeded%s", yydebug_prefix, in yy_lac_stack_realloc() 1384 YYDPRINTF ((stderr, "%srealloc failed%s", yydebug_prefix, in yy_lac_stack_realloc() 1431 YYDPRINTF ((stderr, \ 1486 YYDPRINTF ((stderr, "LAC: checking lookahead %s:", yytname[yytoken])); in yy_lac() 1489 YYDPRINTF ((stderr, " Always Err\n")); in yy_lac() 1502 YYDPRINTF ((stderr, " Err\n")); in yy_lac() 1511 YYDPRINTF ((stderr, " Err\n")); in yy_lac() 1516 YYDPRINTF ((stderr, " S%d\n", yyrule)); in yy_lac() [all …]
|
/external/libpcap/ |
D | grammar.c | 1438 # define YYDPRINTF(Args) \ macro 1553 # define YYDPRINTF(Args) macro 1883 YYDPRINTF ((stderr, "Starting parse\n")); in yyparse() 1956 YYDPRINTF ((stderr, "Stack size increased to %lu\n", in yyparse() 1963 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); in yyparse() 1988 YYDPRINTF ((stderr, "Reading a token: ")); in yyparse() 1995 YYDPRINTF ((stderr, "Now at end of input.\n")); in yyparse()
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 837 # define YYDPRINTF(Args) \ 915 # define YYDPRINTF(Args) 1235 YYDPRINTF ((stderr, "Starting parse\n")); 1322 YYDPRINTF ((stderr, "Stack size increased to %lu\n", 1329 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); 1353 YYDPRINTF ((stderr, "Reading a token: ")); 1360 YYDPRINTF ((stderr, "Now at end of input.\n"));
|
/external/bison/ |
D | ChangeLog-2012 | 9750 (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT): 9759 (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT): 9773 All uses replaced by YYFPRINTF and YYDPRINTF. 9809 Prefer them to YYFPRINTF and YYDPRINTF if either will do, 11874 to report Shifts instead of ad hoc YYDPRINTF invocations, 14457 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do 14458 not define to {}, since this breaks the common use of `YYDPRINTF 22727 (YYDPRINTF): New macro.
|