HomeSort by relevance Sort by last modified time
    Searched defs:yytname (Results 1 - 5 of 5) 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
895 yychar, yytname[yychar1]);
934 yychar, yytname[yychar1]));
1000 YYFPRINTF (stderr, "%s ", yytname[yyrhs[yyi]]);
1001 YYFPRINTF (stderr, " -> %s\n", yytname[yyr1[yyn]]);
1147 yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
1149 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1151 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
1156 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/bison/src/
parse-gram.c 643 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
645 static const char *const yytname[] = variable
    [all...]
  /external/elfutils/src/
ldscript.c 440 static const char *const yytname[] = variable
778 YYFPRINTF (stderr, "%s ", yytname [yyrhs[yyi]]);
779 YYFPRINTF (stderr, "-> %s\n", yytname [yyr1[yyrule]]);
900 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
906 YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
    [all...]
  /external/libpcap/
grammar.c 778 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
780 static const char *const yytname[] = variable
    [all...]

Completed in 2339 milliseconds