/external/bison/data/ |
glr.c | 508 # ifndef YYFPRINTF 509 # define YYFPRINTF fprintf 515 YYFPRINTF Args; \ 524 YYFPRINTF (stderr, "%s ", Title); \ 526 YYFPRINTF (stderr, "\n"); \ 920 YYFPRINTF (stderr, "%s unresolved ", yymsg); 922 YYFPRINTF (stderr, "%s incomplete ", yymsg); 925 YYFPRINTF (stderr, "\n"); [all...] |
yacc.c | 801 # ifndef YYFPRINTF 803 # define YYFPRINTF fprintf 809 YYFPRINTF Args; \ 816 YYFPRINTF (stderr, "%s ", Title); \ 819 YYFPRINTF (stderr, "\n"); \ 834 YYFPRINTF (stderr, "Stack now"); 838 YYFPRINTF (stderr, " %d", yybot); 840 YYFPRINTF (stderr, "\n"); 863 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", 868 YYFPRINTF (stderr, " $%d = ", yyi + 1) [all...] |
/external/e2fsprogs/intl/ |
plural.c | 523 # ifndef YYFPRINTF 525 # define YYFPRINTF fprintf 531 YYFPRINTF Args; \ 892 YYFPRINTF (stderr, "Next token is %d (%s", 899 YYFPRINTF (stderr, ")\n"); 993 YYFPRINTF (stderr, "Reducing via rule %d (line %d), ", 998 YYFPRINTF (stderr, "%s ", yytname[yyrhs[yyi]]); 999 YYFPRINTF (stderr, " -> %s\n", yytname[yyr1[yyn]]); 1095 YYFPRINTF (stderr, "state stack now"); 1097 YYFPRINTF (stderr, " %d", *++yyssp1) [all...] |
/external/linux-tools-perf/src/tools/perf/util/ |
pmu-bison.c | 641 # ifndef YYFPRINTF 643 # define YYFPRINTF fprintf 649 YYFPRINTF Args; \ 656 YYFPRINTF (stderr, "%s ", Title); \ 659 YYFPRINTF (stderr, "\n"); \ 720 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 722 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); 725 YYFPRINTF (yyoutput, ")"); 744 YYFPRINTF (stderr, "Stack now"); 748 YYFPRINTF (stderr, " %d", yybot) [all...] |
parse-events-bison.c | 751 # ifndef YYFPRINTF 753 # define YYFPRINTF fprintf 759 YYFPRINTF Args; \ 766 YYFPRINTF (stderr, "%s ", Title); \ 769 YYFPRINTF (stderr, "\n"); \ 830 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 832 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); 835 YYFPRINTF (yyoutput, ")"); 854 YYFPRINTF (stderr, "Stack now"); 858 YYFPRINTF (stderr, " %d", yybot) [all...] |
/external/elfutils/src/src/ |
ldscript.c | [all...] |
/external/bison/src/ |
parse-gram.c | [all...] |
/external/elfutils/src/libcpu/ |
i386_parse.c | 882 # ifndef YYFPRINTF 884 # define YYFPRINTF fprintf 890 YYFPRINTF Args; \ 897 YYFPRINTF (stderr, "%s ", Title); \ 900 YYFPRINTF (stderr, "\n"); \ 957 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]); 959 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]); 962 YYFPRINTF (yyoutput, ")"); 981 YYFPRINTF (stderr, "Stack now"); 985 YYFPRINTF (stderr, " %d", yybot) [all...] |
/external/libpcap/ |
grammar.c | [all...] |