HomeSort by relevance Sort by last modified time
    Searched refs:yytname (Results 1 - 11 of 11) sorted by null

  /external/e2fsprogs/intl/
plural.c 223 /* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */
224 static const char *const yytname[] = variable
893 yychar, yytname[yychar1]);
932 yychar, yytname[yychar1]));
998 YYFPRINTF (stderr, "%s ", yytname[yyrhs[yyi]]);
999 YYFPRINTF (stderr, " -> %s\n", yytname[yyr1[yyn]]);
1144 yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
1146 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1148 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
1153 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)])
    [all...]
  /system/core/sh/
arith.c 396 static const char *const yytname[] = variable
684 YYFPRINTF (stderr, "%s ", yytname [yyrhs[yyi]]);
685 YYFPRINTF (stderr, "-> %s\n", yytname [yyr1[yyrule]]);
806 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
812 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1095 YYDPRINTF ((stderr, "Shifting token %s, ", yytname[yytoken]));
    [all...]
  /external/elfutils/src/
ldscript.c 584 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
586 static const char *const yytname[] = variable
    [all...]
  /external/libpcap/
grammar.c 778 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
780 static const char *const yytname[] = variable
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.cpp 756 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
758 static const char *const yytname[] = variable
    [all...]
  /external/bison/src/
parse-gram.c 714 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
716 static const char *const yytname[] = variable
    [all...]
parse-gram.y 779 return yytname[YYTRANSLATE (type)];
  /external/bison/data/
yacc.c 652 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
654 static const char *const yytname[] =
    [all...]
glr.cc 185 << ' ' << yytname[yytype] << " ("
glr.c 364 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
366 static const char *const yytname[] =
616 backslash-backslash). YYSTR is taken from yytname. If YYRES is
786 return yytname[yytoken];
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 663 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
665 static const char *const yytname[] = variable
939 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
941 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
1101 backslash-backslash). YYSTR is taken from yytname. If YYRES is
    [all...]

Completed in 47 milliseconds