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

  /external/bison/src/
uniqstr.h 29 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. */
parse-gram.h 158 uniqstr uniqstr; member in union:YYSTYPE
parse-gram.c 240 static uniqstr current_type = 0;
286 uniqstr uniqstr; member in union:YYSTYPE
    [all...]

Completed in 323 milliseconds