Searched refs:GRAM_STYPE (Results 1 - 3 of 3) sorted by relevance

/external/bison/src/
H A Dscan-gram.h35 # define GRAM_LEX_DECL int gram_lex (GRAM_STYPE *val, location *loc)
H A Dparse-gram.h175 #if ! defined GRAM_STYPE && ! defined GRAM_STYPE_IS_DECLARED
176 typedef union GRAM_STYPE union
194 } GRAM_STYPE; typedef in typeref:union:GRAM_STYPE
196 # define gram_stype GRAM_STYPE /* obsolescent; will be withdrawn */
H A Dparse-gram.c62 #define YYSTYPE GRAM_STYPE
334 #if ! defined GRAM_STYPE && ! defined GRAM_STYPE_IS_DECLARED
335 typedef union GRAM_STYPE union
353 } GRAM_STYPE; typedef in typeref:union:GRAM_STYPE
355 # define gram_stype GRAM_STYPE /* obsolescent; will be withdrawn */

Completed in 949 milliseconds