Searched refs:YYSTYPE (Results 1 - 25 of 57) sorted by relevance

123

/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dsysinfo.h50 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
52 typedef union YYSTYPE { union
55 } YYSTYPE; typedef in typeref:union:YYSTYPE
58 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
63 extern YYSTYPE yylval;
H A Darparse.h74 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
76 typedef union YYSTYPE { union
80 } YYSTYPE; typedef in typeref:union:YYSTYPE
83 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
88 extern YYSTYPE yylval;
H A Ddefparse.h94 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
96 typedef union YYSTYPE { union
99 } YYSTYPE; typedef in typeref:union:YYSTYPE
102 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
107 extern YYSTYPE yylval;
H A Dnlmheader.h108 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
110 typedef union YYSTYPE { union
113 } YYSTYPE; typedef in typeref:union:YYSTYPE
116 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
121 extern YYSTYPE yylval;
H A Drcparse.h204 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
206 typedef union YYSTYPE { union
243 } YYSTYPE; typedef in typeref:union:YYSTYPE
246 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
251 extern YYSTYPE yylval;
H A Darparse.c149 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
151 typedef union YYSTYPE { union
155 } YYSTYPE; typedef in typeref:union:YYSTYPE
158 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
218 YYSTYPE yyvs;
227 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
746 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
752 YYSTYPE *yyvaluep;
783 yydestruct (int yytype, YYSTYPE *yyvaluep)
788 YYSTYPE *yyvalue
[all...]
H A Ddefparse.c159 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
161 typedef union YYSTYPE { union
164 } YYSTYPE; typedef in typeref:union:YYSTYPE
167 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
227 YYSTYPE yyvs;
236 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
805 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
811 YYSTYPE *yyvaluep;
842 yydestruct (int yytype, YYSTYPE *yyvaluep)
847 YYSTYPE *yyvalue
[all...]
H A Dsysinfo.c107 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
109 typedef union YYSTYPE { union
112 } YYSTYPE; typedef in typeref:union:YYSTYPE
115 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
175 YYSTYPE yyvs;
184 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
686 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
692 YYSTYPE *yyvaluep;
723 yydestruct (int yytype, YYSTYPE *yyvaluep)
728 YYSTYPE *yyvalue
[all...]
H A Dnlmheader.c258 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
260 typedef union YYSTYPE { union
263 } YYSTYPE; typedef in typeref:union:YYSTYPE
266 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
326 YYSTYPE yyvs;
335 ((N) * (sizeof (short) + sizeof (YYSTYPE)) \
880 yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
886 YYSTYPE *yyvaluep;
917 yydestruct (int yytype, YYSTYPE *yyvaluep)
922 YYSTYPE *yyvalue
[all...]
/macosx-10.10.1/bc-21/bc/bc/
H A Dbc.h6 } YYSTYPE; typedef in typeref:union:__anon6303
42 extern YYSTYPE yylval;
/macosx-10.10.1/sudo-73/src/
H A Dgram.h45 } YYSTYPE; typedef in typeref:union:__anon12415
47 extern YYSTYPE yylval;
/macosx-10.10.1/groff-38/groff/src/preproc/eqn/
H A Deqn_tab.h66 } YYSTYPE; typedef in typeref:union:__anon8786
67 extern YYSTYPE yylval;
/macosx-10.10.1/ruby-106/ruby/
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.1/awk-20/src/
H A Dytab.h237 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
238 typedef union YYSTYPE union
248 YYSTYPE; typedef in typeref:union:YYSTYPE
249 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
254 extern YYSTYPE yylval;
H A Dytabh.bak224 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
226 typedef union YYSTYPE {
231 } YYSTYPE;
234 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
239 extern YYSTYPE yylval;
/macosx-10.10.1/swig-12/Source/CParse/
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.1/groff-38/groff/src/preproc/pic/
H A Dpic_tab.h138 } YYSTYPE; typedef in typeref:union:__anon8804
139 extern YYSTYPE yylval;
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclDate.c278 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
279 typedef union YYSTYPE union
287 YYSTYPE; typedef in typeref:union:YYSTYPE
288 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
315 static int LookupWord(YYSTYPE* yylvalPtr, char *buff);
318 static int TclDatelex(YYSTYPE* yylvalPtr, YYLTYPE* location,
493 YYSTYPE yyvs;
503 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \
906 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * const yylocationp, DateInfo* info)
912 YYSTYPE cons
[all...]
/macosx-10.10.1/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...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/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...]
/macosx-10.10.1/ntp-92/ntpd/
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.1/xnu-2782.1.97/libkern/c++/
H A DOSUnserialize.cpp186 #define YYSTYPE object_t * macro
218 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
219 typedef int YYSTYPE; typedef
220 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
395 YYSTYPE yyvs;
404 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
771 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
777 YYSTYPE const * const yyvaluep;
803 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep)
809 YYSTYPE cons
[all...]
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd_lexer.l24 extern YYSTYPE yylval;
/macosx-10.10.1/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.1/gnutar-453/gnutar/lib/
H A Dgetdate.c312 union YYSTYPE;
313 static int yylex (union YYSTYPE *, parser_control *);
337 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
338 typedef union YYSTYPE union
348 YYSTYPE; typedef in typeref:union:YYSTYPE
349 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
524 YYSTYPE yyvs;
533 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
957 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, parser_control *pc)
963 YYSTYPE cons
[all...]

Completed in 167 milliseconds

123