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

/haiku-buildtools/binutils/intl/
H A Dplural.c63 #define YYPARSE_PARAM arg macro
641 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
647 #ifdef YYPARSE_PARAM
649 # define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
652 # define YYPARSE_PARAM_ARG YYPARSE_PARAM
653 # define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
655 #else /* !YYPARSE_PARAM */
658 #endif /* !YYPARSE_PARAM */
662 # ifdef YYPARSE_PARAM
H A Dplural.y44 #define YYPARSE_PARAM arg
/haiku-buildtools/gcc/intl/
H A Dplural.c63 #define YYPARSE_PARAM arg macro
641 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
647 #ifdef YYPARSE_PARAM
649 # define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
652 # define YYPARSE_PARAM_ARG YYPARSE_PARAM
653 # define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
655 #else /* !YYPARSE_PARAM */
658 #endif /* !YYPARSE_PARAM */
662 # ifdef YYPARSE_PARAM
H A Dplural.y44 #define YYPARSE_PARAM arg
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse-scan.c1575 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
1581 #ifdef YYPARSE_PARAM
1583 #define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
1586 #define YYPARSE_PARAM_ARG YYPARSE_PARAM
1587 #define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
1589 #else /* not YYPARSE_PARAM */
1592 #endif /* not YYPARSE_PARAM */
H A Dparse.c2433 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
2439 #ifdef YYPARSE_PARAM
2441 #define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
2444 #define YYPARSE_PARAM_ARG YYPARSE_PARAM
2445 #define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
2447 #else /* not YYPARSE_PARAM */
2450 #endif /* not YYPARSE_PARAM */
2454 #ifdef YYPARSE_PARAM
/haiku-buildtools/legacy/gcc/gcc/
H A Dcexp.c536 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
542 #ifdef YYPARSE_PARAM
544 #define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
547 #define YYPARSE_PARAM_ARG YYPARSE_PARAM
548 #define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
550 #else /* not YYPARSE_PARAM */
553 #endif /* not YYPARSE_PARAM */
H A Dc-parse.c1438 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
1444 #ifdef YYPARSE_PARAM
1446 #define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
1449 #define YYPARSE_PARAM_ARG YYPARSE_PARAM
1450 #define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
1452 #else /* not YYPARSE_PARAM */
1455 #endif /* not YYPARSE_PARAM */
1459 #ifdef YYPARSE_PARAM
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-parse.c1874 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
1880 #ifdef YYPARSE_PARAM
1882 #define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
1885 #define YYPARSE_PARAM_ARG YYPARSE_PARAM
1886 #define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
1888 #else /* not YYPARSE_PARAM */
1891 #endif /* not YYPARSE_PARAM */
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dparse.c4120 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
4126 #ifdef YYPARSE_PARAM
4128 #define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
4131 #define YYPARSE_PARAM_ARG YYPARSE_PARAM
4132 #define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
4134 #else /* not YYPARSE_PARAM */
4137 #endif /* not YYPARSE_PARAM */
4141 #ifdef YYPARSE_PARAM

Completed in 142 milliseconds