Searched defs:uniqstr (Results 1 - 3 of 3) sorted by relevance

/external/bison/src/
H A Duniqstr.h29 typedef char const *uniqstr; typedef
31 /* Return the uniqstr for STR. */
32 uniqstr uniqstr_new (char const *str);
34 /* Two uniqstr values have the same value iff they are the same. */
44 /* Die if STR is not a uniqstr. */
H A Dparse-gram.h158 uniqstr uniqstr; member in union:YYSTYPE
H A Dparse-gram.c240 static uniqstr current_type = 0;
286 uniqstr uniqstr; member in union:YYSTYPE
1017 { fprintf (stderr, "<%s>", (yyvaluep->uniqstr)); };
1978 symbol_type_set (list->sym, (yyvsp[(2) - (3)].uniqstr), (yylsp[(2) - (3)]));
2020 { current_type = (yyvsp[(1) - (1)].uniqstr); }
2036 current_type = (yyvsp[(1) - (1)].uniqstr);
2120 { grammar_current_rule_merge_set ((yyvsp[(3) - (3)].uniqstr), (yylsp[(3) - (3)])); }

Completed in 89 milliseconds