HomeSort by: relevance | last modified time | path
    Searched refs:yystype (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
po-gram-gen.h 4 #ifndef YYSTYPE
14 } yystype; typedef in typeref:union:__anon6927
15 # define YYSTYPE yystype
34 extern YYSTYPE yylval;
po-gram-gen.c 129 #ifndef YYSTYPE
139 } yystype; typedef in typeref:union:__anon6919
140 # define YYSTYPE yystype
387 YYSTYPE yyvs;
400 ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
404 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
662 YYSTYPE yylval; \
716 YYSTYPE yyvsa[YYINITDEPTH];
717 YYSTYPE *yyvs = yyvsa
    [all...]
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb_parser.tab.hpp 119 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
120 typedef union YYSTYPE {
126 } YYSTYPE;
128 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
elftosb_parser.tab.cpp 183 static int yylex(YYSTYPE * lvalp, YYLTYPE * yylloc, ElftosbLexer * lexer);
208 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
209 typedef union YYSTYPE {
215 } YYSTYPE;
217 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
334 YYSTYPE yyvs;
344 ((N) * (sizeof (short int) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
1142 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp)
1148 YYSTYPE *yyvaluep
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
plural.c 68 #ifndef YYSTYPE
73 } yystype; typedef in typeref:union:__anon6819
74 # define YYSTYPE yystype
80 static int yylex (YYSTYPE *lval, const char **pexp);
380 YYSTYPE yyvs;
393 ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
397 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
655 YYSTYPE yylval; \
709 YYSTYPE yyvsa[YYINITDEPTH]
    [all...]
  /src/external/gpl2/texinfo/dist/intl/
plural.c 68 #ifndef YYSTYPE
73 } yystype; typedef in typeref:union:__anon7202
74 # define YYSTYPE yystype
80 static int yylex (YYSTYPE *lval, const char **pexp);
380 YYSTYPE yyvs;
393 ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
397 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
655 YYSTYPE yylval; \
709 YYSTYPE yyvsa[YYINITDEPTH]
    [all...]
  /src/external/gpl3/gcc.old/dist/intl/
plural.c 68 #ifndef YYSTYPE
73 } yystype; typedef in typeref:union:__anon11588
74 # define YYSTYPE yystype
93 static int yylex PARAMS ((YYSTYPE *lval, struct parse_args *arg));
96 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
409 YYSTYPE yyvs;
422 ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
426 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
684 YYSTYPE yylval;
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 192 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
193 typedef union YYSTYPE
207 } YYSTYPE;
209 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
382 YYSTYPE yyvs_alloc;
391 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
723 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
729 YYSTYPE const * const yyvaluep;
755 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep
    [all...]
dtparser.tab.c 210 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
211 typedef union YYSTYPE
224 } YYSTYPE;
226 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
399 YYSTYPE yyvs_alloc;
408 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
805 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
811 YYSTYPE const * const yyvaluep;
837 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep
    [all...]
prparser.tab.c 211 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
212 typedef union YYSTYPE
226 } YYSTYPE;
228 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
401 YYSTYPE yyvs_alloc;
410 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
808 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
814 YYSTYPE const * const yyvaluep;
840 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
getdate.c 266 union YYSTYPE;
267 static int yylex (union YYSTYPE *, parser_control *);
325 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
326 typedef union YYSTYPE
340 } YYSTYPE;
342 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
515 YYSTYPE yyvs_alloc;
524 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
956 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, parser_control *pc
    [all...]

Completed in 50 milliseconds