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

/external/bison/src/
H A Duniqstr.h27 typedef char const *uniqstr; typedef
29 /* Return the uniqstr for STR. */
30 uniqstr uniqstr_new (char const *str);
32 /* Return a uniqstr built by vsprintf. In order to simply concatenate
35 uniqstr uniqstr_vsprintf (char const *format, ...)
38 /* Two uniqstr values have the same value iff they are the same. */
41 /* Compare two uniqstr a la strcmp: negative for <, nul for =, and
52 /* Die if STR is not a uniqstr. */
65 /* Concatenate at most 20 strings and return a uniqstr. The goal of
H A Dparse-gram.h187 uniqstr uniqstr; member in union:GRAM_STYPE
H A Dparse-gram.c141 static uniqstr current_type = NULL;
346 uniqstr uniqstr; member in union:GRAM_STYPE
1109 { fprintf (stderr, "[%s]", ((*yyvaluep).uniqstr)); };
1130 { fputs (((*yyvaluep).uniqstr), stderr); };
1137 { fprintf (stderr, "%s:", ((*yyvaluep).uniqstr)); };
1151 { fprintf (stderr, "<%s>", ((*yyvaluep).uniqstr)); };
1165 { fputs (((*yyvaluep).uniqstr), stderr); };
2224 muscle_percent_define_insert ((yyvsp[(2) - (3)].uniqstr), (yylsp[(2) - (3)]), (yyvsp[(3) - (3)].chars),
2498 muscle_percent_code_grow ((yyvsp[(2) - (3)].uniqstr), (yyls
[all...]

Completed in 107 milliseconds