Home
last modified time | relevance | path

Searched refs:YYPARSE_PARAM (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/intl/
Dplural.c64 #define YYPARSE_PARAM arg macro
652 #ifdef YYPARSE_PARAM
654 # define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
657 # define YYPARSE_PARAM_ARG YYPARSE_PARAM
658 # define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
667 # ifdef YYPARSE_PARAM
Dplural.y45 #define YYPARSE_PARAM arg macro
DChangeLog65 (YYLEX_PARAM, YYPARSE_PARAM): Don't define if HAVE_BISON3 is defined.
/netbsd/src/external/bsd/elftosb/dist/elftosb2/
Delftosb_parser.tab.cpp1231 #ifdef YYPARSE_PARAM
1233 int yyparse (void *YYPARSE_PARAM);
1254 #ifdef YYPARSE_PARAM
1256 int yyparse (void *YYPARSE_PARAM) in yyparse() argument
1258 int yyparse (YYPARSE_PARAM) in yyparse()
1259 void *YYPARSE_PARAM; in yyparse()
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dgetdate.c1353 #ifdef YYPARSE_PARAM
1355 int yyparse (void *YYPARSE_PARAM);
1375 #ifdef YYPARSE_PARAM
1379 yyparse (void *YYPARSE_PARAM) in yyparse() argument
1382 yyparse (YYPARSE_PARAM) in yyparse()
1383 void *YYPARSE_PARAM; in yyparse()
/netbsd/src/external/apache2/mDNSResponder/dist/mDNSShared/
Ddnsextd_parser.y85 #define YYPARSE_PARAM context macro
/netbsd/src/external/bsd/byacc/dist/
DCHANGES5145 the use of YYPARSE_PARAM, by having the output that checks for
5146 YYPARSE_PARAM to be defined come after the C code block in the
5354 better implementation of YYPARSE_PARAM, using YYPARSE_DECL() macro
5359 better implementation of YYPARSE_PARAM, using YYPARSE_DECL() macro
5370 add YYPARSE_PARAM and YYPARSE_PARAM_TYPE
5373 add YYPARSE_PARAM (bison) and YYPARSE_PARAM_TYPE (FreeBSD) features.
/netbsd/src/external/bsd/flex/dist/
DChangeLog2270 constructs in tests. In Bison 3.0, support for YYLEX_PARAM and YYPARSE_PARAM has been
2756 YYPARSE_PARAM syntax, it makes sense to switch over to using the new
/netbsd/src/external/bsd/flex/dist/doc/
Dflex.texi8356 #define YYPARSE_PARAM scanner
Dflex.info-17225 #define YYPARSE_PARAM scanner