HomeSort by: relevance | last modified time | path
    Searched defs:YYSTYPE (Results 1 - 5 of 5) sorted by relevancy

  /src/tools/m4/bootstrap/
parser.c 46 #define YYSTYPE int32_t
286 #ifndef YYSTYPE
287 typedef int YYSTYPE;
306 YYSTYPE *yyvsp;
307 YYSTYPE yyval;
308 static YYSTYPE yyvalzero;
309 YYSTYPE yylval;
312 YYSTYPE *yyvs;
324 YYSTYPE *newvs;
337 if ((newvs = (YYSTYPE *)realloc(yyvs, newsize * sizeof *newvs)) == NULL
    [all...]
  /src/bin/ksh/
lex.h 75 } YYSTYPE;
123 EXTERN YYSTYPE yylval; /* result from yylex */
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 300 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
301 typedef union YYSTYPE
315 } YYSTYPE;
317 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
490 YYSTYPE yyvs_alloc;
499 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
831 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
837 YYSTYPE const * const yyvaluep;
863 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep
    [all...]
dtparser.tab.c 318 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
319 typedef union YYSTYPE
332 } YYSTYPE;
334 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
507 YYSTYPE yyvs_alloc;
516 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
913 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
919 YYSTYPE const * const yyvaluep;
945 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep
    [all...]
prparser.tab.c 319 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
320 typedef union YYSTYPE
334 } YYSTYPE;
336 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ macro
509 YYSTYPE yyvs_alloc;
518 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
916 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
922 YYSTYPE const * const yyvaluep;
948 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep
    [all...]

Completed in 176 milliseconds