HomeSort by: relevance | last modified time | path
    Searched refs:YYSTYPE (Results 1 - 14 of 14) 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...]
  /src/usr.bin/msgc/
msgscan.l 121 YYSTYPE yylval;
  /src/usr.bin/m4/
parser.y 25 #define YYSTYPE int32_t
  /src/usr.bin/menuc/
scan.l 190 YYSTYPE yylval;
  /src/usr.sbin/gspa/gspa/
gsp_lex.c 52 extern YYSTYPE yylval;
gspa.c 55 extern YYSTYPE yylval;
  /src/bin/expr/
expr.y 62 #define YYSTYPE const char *
  /src/lib/libutil/
parsedate.y 964 LookupWord(YYSTYPE *yylval, char *buff)
1076 yylex(YYSTYPE *yylval, const char **yyInput)
  /src/usr.bin/xlint/lint1/
cgram.y 2608 cgram_to_string(int tok, YYSTYPE val)
  /src/dist/pf/sbin/pfctl/
parse.y 402 } YYSTYPE;

Completed in 110 milliseconds