HomeSort by: relevance | last modified time | path
    Searched refs:yytname (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /src/external/bsd/byacc/dist/test/yacc/
code_calc.tab.h 6 #undef yytname macro
7 #define yytname yyname macro
code_calc.code.c 155 #undef yytname macro
156 #define yytname yyname macro
178 #if YYDEBUG || defined(yytname)
code_error.code.c 168 #if YYDEBUG || defined(yytname)
  /src/external/bsd/byacc/dist/test/btyacc/
code_calc.tab.h 9 #undef yytname macro
10 #define yytname yyname macro
code_calc.code.c 175 #undef yytname macro
176 #define yytname yyname macro
205 #if YYDEBUG || defined(yytname)
  /src/sys/external/bsd/acpica/dist/compiler/
aslsupport.y 112 * First entries (ASL_YYTNAME_START) in yytname are special reserved names.
115 return ((char *) yytname
aslparser.y 77 #define yytname AslCompilername
dtparser.y 67 #ifndef yytname
68 #define yytname DtParsername
240 * First entries (PR_YYTNAME_START) in yytname are special reserved names.
243 return ((char *) yytname
prparser.y 66 #ifndef yytname
67 #define yytname PrParsername
243 * First entries (PR_YYTNAME_START) in yytname are special reserved names.
246 return ((char *) yytname
dtcompilerparser.y 79 #define yytname DtCompilerParsername
dtcompilerparser.tab.c 143 #define yytname DtCompilerParsername macro
510 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
512 static const char *const yytname[] = variable
765 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
767 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
930 backslash-backslash). YYSTR is taken from yytname. If YYRES is
990 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
1022 /* Stay within bounds of both yycheck and yytname. */
1027 yyarg[0] = yytname[yytype];
1040 yyarg[yycount++] = yytname[yyx]
    [all...]
dtparser.tab.c 138 #define yytname DtParsername macro
537 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
539 static const char *const yytname[] = variable
847 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
849 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1012 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1072 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
1104 /* Stay within bounds of both yycheck and yytname. */
1109 yyarg[0] = yytname[yytype];
1122 yyarg[yycount++] = yytname[yyx]
    [all...]
prparser.tab.c 137 #define yytname PrParsername macro
540 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
542 static const char *const yytname[] = variable
850 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
852 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1015 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1075 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
1107 /* Stay within bounds of both yycheck and yytname. */
1112 yyarg[0] = yytname[yytype];
1125 yyarg[yycount++] = yytname[yyx]
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
plural.c 225 /* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */
226 static const char *const yytname[] = variable
897 yychar, yytname[yychar1]);
936 yychar, yytname[yychar1]));
1002 YYFPRINTF (stderr, "%s ", yytname[yyrhs[yyi]]);
1003 YYFPRINTF (stderr, " -> %s\n", yytname[yyr1[yyn]]);
1149 yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
1151 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1153 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
1158 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)])
    [all...]
  /src/external/gpl2/texinfo/dist/intl/
plural.c 225 /* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */
226 static const char *const yytname[] = variable
897 yychar, yytname[yychar1]);
936 yychar, yytname[yychar1]));
1002 YYFPRINTF (stderr, "%s ", yytname[yyrhs[yyi]]);
1003 YYFPRINTF (stderr, " -> %s\n", yytname[yyr1[yyn]]);
1149 yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
1151 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1153 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
1158 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)])
    [all...]
  /src/external/gpl2/grep/dist/intl/
plural.c 244 static const char * const yytname[] = { "$","error","$undefined.","'?'","'|'", variable
758 fprintf (stderr, "Next token is %d (%s", yychar, yytname[yychar1]);
799 fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]);
840 fprintf (stderr, "%s ", yytname[yyrhs[i]]);
841 fprintf (stderr, " -> %s\n", yytname[yyr1[yyn]]);
998 x < (sizeof(yytname) / sizeof(char *)); x++)
1000 size += strlen(yytname[x]) + 15, count++;
1010 x < (sizeof(yytname) / sizeof(char *)); x++)
1014 strcat(msg, yytname[x]);
1043 fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1])
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/src/
po-gram-gen.c 224 /* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */
225 static const char *const yytname[] = variable
904 yychar, yytname[yychar1]);
943 yychar, yytname[yychar1]));
1009 YYFPRINTF (stderr, "%s ", yytname[yyrhs[yyi]]);
1010 YYFPRINTF (stderr, " -> %s\n", yytname[yyr1[yyn]]);
1350 yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
1352 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1354 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
1359 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)])
    [all...]
  /src/external/gpl3/gcc.old/dist/intl/
plural.c 254 /* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */
255 static const char *const yytname[] = variable
926 yychar, yytname[yychar1]);
965 yychar, yytname[yychar1]));
1031 YYFPRINTF (stderr, "%s ", yytname[yyrhs[yyi]]);
1032 YYFPRINTF (stderr, " -> %s\n", yytname[yyr1[yyn]]);
1178 yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
1180 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1182 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
1187 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)])
    [all...]
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb_parser.tab.cpp 533 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
535 static const char *const yytname[] = variable
991 YYFPRINTF (stderr, "%s ", yytname[yyrhs[yyi]]);
992 YYFPRINTF (stderr, "-> %s\n", yytname[yyr1[yyrule]]);
1087 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1157 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1159 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
2555 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
2588 /* Stay within bounds of both yycheck and yytname. */
2593 yyarg[0] = yytname[yytype]
    [all...]
  /src/external/bsd/byacc/dist/
yaccpar.skel 41 #if YYDEBUG || defined(yytname)
  /src/external/gpl3/binutils/dist/binutils/
arparse.c 674 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
676 static const char *const yytname[] = variable
692 return yytname[yysymbol];
defparse.c 709 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
711 static const char *const yytname[] = variable
729 return yytname[yysymbol];
mcparse.c 694 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
696 static const char *const yytname[] = variable
714 return yytname[yysymbol];
  /src/external/gpl3/binutils.old/dist/binutils/
arparse.c 674 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
676 static const char *const yytname[] = variable
692 return yytname[yysymbol];
  /src/external/gpl2/xcvs/dist/lib/
getdate.c 678 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
680 static const char *const yytname[] = variable
1001 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1003 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1167 backslash-backslash). YYSTR is taken from yytname. If YYRES is
1227 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
1259 /* Stay within bounds of both yycheck and yytname. */
1264 yyarg[0] = yytname[yytype];
1277 yyarg[yycount++] = yytname[yyx];
1278 yysize1 = yysize + yytnamerr (0, yytname[yyx])
    [all...]

Completed in 83 milliseconds

1 2 3