Searched refs:YYSTYPE (Results 1 - 25 of 59) sorted by last modified time

123

/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathGrammar.y96 static int xpathyylex(YYSTYPE* yylval, Parser& parser) { return parser.lex(*yylval); }
H A DXPathParser.h33 union YYSTYPE;
48 int lex(YYSTYPE&);
/macosx-10.10/ruby-106/ruby/ext/ripper/
H A Dripper.c294 YYSTYPE *parser_yylval;
893 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
894 typedef union YYSTYPE union
910 } YYSTYPE; typedef in typeref:union:YYSTYPE
912 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
1085 YYSTYPE yyvs_alloc;
1094 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
4504 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, struct parser_params *parser)
4510 YYSTYPE const * const yyvaluep;
4538 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE cons
[all...]
H A Dripper.y234 YYSTYPE *parser_yylval;
5001 # define yylval (*((YYSTYPE*)(parser->parser_yylval)))
10922 #define HEAPCNT(n, size) ((n) * (size) / sizeof(YYSTYPE))
/macosx-10.10/ruby-106/ruby/
H A Dparse.c294 YYSTYPE *parser_yylval;
893 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
894 typedef union YYSTYPE union
910 } YYSTYPE; typedef in typeref:union:YYSTYPE
912 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
1085 YYSTYPE yyvs_alloc;
1094 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
4504 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, struct parser_params *parser)
4510 YYSTYPE const * const yyvaluep;
4538 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE cons
[all...]
H A Dparse.y234 YYSTYPE *parser_yylval;
5001 # define yylval (*((YYSTYPE*)(parser->parser_yylval)))
10922 #define HEAPCNT(n, size) ((n) * (size) / sizeof(YYSTYPE))
H A Dparse.h160 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
161 typedef union YYSTYPE union
175 } YYSTYPE; typedef in typeref:union:YYSTYPE
177 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSUnserializeXML.cpp164 #define YYSTYPE object_t * macro
203 static int yylex(YYSTYPE *lvalp, parser_state_t *state);
251 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
252 typedef int YYSTYPE; typedef
253 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
428 YYSTYPE yyvs;
437 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
809 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
815 YYSTYPE const * const yyvaluep;
841 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE cons
[all...]
H A DOSUnserializeXML.y69 #define YYSTYPE object_t *
108 static int yylex(YYSTYPE *lvalp, parser_state_t *state);
725 yylex(YYSTYPE *lvalp, parser_state_t *state)
/macosx-10.10/libpcap-48/libpcap/
H A Dscanner.l91 extern YYSTYPE yylval;
/macosx-10.10/apache-793/httpd/server/
H A Dutil_expr_scan.c667 YYSTYPE * yylval_r;
673 /* This must go here because YYSTYPE and YYLTYPE are included
710 YYSTYPE * ap_expr_yyget_lval (yyscan_t yyscanner );
712 void ap_expr_yyset_lval (YYSTYPE * yylval_param ,yyscan_t yyscanner );
829 (YYSTYPE * yylval_param ,yyscan_t yyscanner);
832 (YYSTYPE * yylval_param , yyscan_t yyscanner)
2477 YYSTYPE * ap_expr_yyget_lval (yyscan_t yyscanner)
2483 void ap_expr_yyset_lval (YYSTYPE * yylval_param , yyscan_t yyscanner)
H A Dutil_expr_parse.y106 int ap_expr_yylex(YYSTYPE *lvalp, void *scanner);
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dacf_l.l123 YYSTYPE * yy_lval
321 static int acf_screen(const char *token, YYSTYPE * yy_lval)
/macosx-10.10/sudo-73/src/
H A Dgetdate.c123 } YYSTYPE; typedef in typeref:union:__anon12635
386 YYSTYPE *yyvsp;
387 YYSTYPE yyval;
388 YYSTYPE yylval;
391 YYSTYPE *yyvs;
1042 YYSTYPE *newvs;
1064 newvs = yyvs ? (YYSTYPE *)realloc(yyvs, newsize * sizeof *newvs) :
1065 (YYSTYPE *)malloc(newsize * sizeof *newvs); /* overflow check above */
H A Dgram.c142 } YYSTYPE; typedef in typeref:union:__anon12636
635 YYSTYPE *yyvsp;
636 YYSTYPE yyval;
637 YYSTYPE yylval;
640 YYSTYPE *yyvs;
842 YYSTYPE *newvs;
864 newvs = yyvs ? (YYSTYPE *)realloc(yyvs, newsize * sizeof *newvs) :
865 (YYSTYPE *)malloc(newsize * sizeof *newvs); /* overflow check above */
H A Dtoke.c1480 extern YYSTYPE yylval;
H A Dtoke.l76 extern YYSTYPE yylval;
H A Dgram.h45 } YYSTYPE; typedef in typeref:union:__anon12637
47 extern YYSTYPE yylval;
/macosx-10.10/swig-12/Source/CParse/
H A Dparser.c1772 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
1773 typedef union YYSTYPE union
1819 YYSTYPE; typedef in typeref:union:YYSTYPE
1820 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
1995 YYSTYPE yyvs;
2004 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
3821 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
3827 YYSTYPE const * const yyvaluep;
3853 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
3859 YYSTYPE cons
[all...]
H A Dparser.h297 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
298 typedef union YYSTYPE union
344 YYSTYPE; typedef in typeref:union:YYSTYPE
345 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
350 extern YYSTYPE yylval;
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd_lexer.l24 extern YYSTYPE yylval;
/macosx-10.10/ntp-92/ntpd/
H A Dntp_parser.c453 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
454 typedef union YYSTYPE union
472 YYSTYPE; typedef in typeref:union:YYSTYPE
473 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
648 YYSTYPE yyvs;
657 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
1478 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
1484 YYSTYPE const * const yyvaluep;
1510 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
1516 YYSTYPE cons
[all...]
H A Dntp_parser.h373 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
374 typedef union YYSTYPE union
392 YYSTYPE; typedef in typeref:union:YYSTYPE
393 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
398 extern YYSTYPE yylval;
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFUnserialize.tab.c173 #define YYSTYPE object_t * macro
212 static int yylex(YYSTYPE *lvalp, parser_state_t *state);
248 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
249 typedef int YYSTYPE; typedef
250 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
425 YYSTYPE yyvs;
434 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
806 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
812 YYSTYPE const * const yyvaluep;
838 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE cons
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/intl/
H A Dplural.c66 #ifndef YYSTYPE
72 # define YYSTYPE yystype macro
90 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
402 YYSTYPE yyvs;
415 ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
419 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
677 YYSTYPE yylval; \
731 YYSTYPE yyvsa[YYINITDEPTH];
732 YYSTYPE *yyvs = yyvsa;
733 register YYSTYPE *yyvs
[all...]

Completed in 341 milliseconds

123