HomeSort by relevance Sort by last modified time
    Searched defs:uniqstr (Results 1 - 3 of 3) sorted by null

  /external/bison/src/
uniqstr.h 27 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
parse-gram.h 187 uniqstr uniqstr; member in union:GRAM_STYPE
parse-gram.c 141 static uniqstr current_type = NULL;
346 uniqstr uniqstr; member in union:GRAM_STYPE
    [all...]

Completed in 85 milliseconds