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

/haiku-fatelf/src/bin/gawk/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-fatelf/src/bin/bash/lib/intl/
H A Dplural.c128 #define YYPARSE_PARAM arg macro
888 #ifdef YYPARSE_PARAM
890 int yyparse (void *YYPARSE_PARAM);
894 #else /* ! YYPARSE_PARAM */
900 #endif /* ! YYPARSE_PARAM */
911 #ifdef YYPARSE_PARAM
913 int yyparse (void *YYPARSE_PARAM)
915 int yyparse (YYPARSE_PARAM)
916 void *YYPARSE_PARAM;
918 #else /* ! YYPARSE_PARAM */
910 yyparse(void *YYPARSE_PARAM) argument
[all...]
H A Dplural.y46 #define YYPARSE_PARAM arg
/haiku-fatelf/src/bin/gdb/gdb/
H A Dm2-exp.c1169 #ifdef YYPARSE_PARAM
1171 int yyparse (void *YYPARSE_PARAM);
1175 #else /* ! YYPARSE_PARAM */
1181 #endif /* ! YYPARSE_PARAM */
1200 #ifdef YYPARSE_PARAM
1202 int yyparse (void *YYPARSE_PARAM)
1204 int yyparse (YYPARSE_PARAM)
1205 void *YYPARSE_PARAM;
1207 #else /* ! YYPARSE_PARAM */
1199 yyparse(void *YYPARSE_PARAM) argument
H A Dada-exp.c1236 #ifdef YYPARSE_PARAM
1238 int yyparse (void *YYPARSE_PARAM);
1242 #else /* ! YYPARSE_PARAM */
1248 #endif /* ! YYPARSE_PARAM */
1267 #ifdef YYPARSE_PARAM
1269 int yyparse (void *YYPARSE_PARAM)
1271 int yyparse (YYPARSE_PARAM)
1272 void *YYPARSE_PARAM;
1274 #else /* ! YYPARSE_PARAM */
1266 yyparse(void *YYPARSE_PARAM) argument
H A Df-exp.c1048 #ifdef YYPARSE_PARAM
1050 int yyparse (void *YYPARSE_PARAM);
1054 #else /* ! YYPARSE_PARAM */
1060 #endif /* ! YYPARSE_PARAM */
1079 #ifdef YYPARSE_PARAM
1081 int yyparse (void *YYPARSE_PARAM)
1083 int yyparse (YYPARSE_PARAM)
1084 void *YYPARSE_PARAM;
1086 #else /* ! YYPARSE_PARAM */
1078 yyparse(void *YYPARSE_PARAM) argument
H A Djv-exp.c1099 #ifdef YYPARSE_PARAM
1101 int yyparse (void *YYPARSE_PARAM);
1105 #else /* ! YYPARSE_PARAM */
1111 #endif /* ! YYPARSE_PARAM */
1130 #ifdef YYPARSE_PARAM
1132 int yyparse (void *YYPARSE_PARAM)
1134 int yyparse (YYPARSE_PARAM)
1135 void *YYPARSE_PARAM;
1137 #else /* ! YYPARSE_PARAM */
1129 yyparse(void *YYPARSE_PARAM) argument
H A Dc-exp.c1228 #ifdef YYPARSE_PARAM
1230 int yyparse (void *YYPARSE_PARAM);
1234 #else /* ! YYPARSE_PARAM */
1240 #endif /* ! YYPARSE_PARAM */
1259 #ifdef YYPARSE_PARAM
1261 int yyparse (void *YYPARSE_PARAM)
1263 int yyparse (YYPARSE_PARAM)
1264 void *YYPARSE_PARAM;
1266 #else /* ! YYPARSE_PARAM */
1258 yyparse(void *YYPARSE_PARAM) argument
H A Dobjc-exp.c1212 #ifdef YYPARSE_PARAM
1214 int yyparse (void *YYPARSE_PARAM);
1218 #else /* ! YYPARSE_PARAM */
1224 #endif /* ! YYPARSE_PARAM */
1243 #ifdef YYPARSE_PARAM
1245 int yyparse (void *YYPARSE_PARAM)
1247 int yyparse (YYPARSE_PARAM)
1248 void *YYPARSE_PARAM;
1250 #else /* ! YYPARSE_PARAM */
1242 yyparse(void *YYPARSE_PARAM) argument
H A Dp-exp.c1022 #ifdef YYPARSE_PARAM
1024 int yyparse (void *YYPARSE_PARAM);
1028 #else /* ! YYPARSE_PARAM */
1034 #endif /* ! YYPARSE_PARAM */
1053 #ifdef YYPARSE_PARAM
1055 int yyparse (void *YYPARSE_PARAM)
1057 int yyparse (YYPARSE_PARAM)
1058 void *YYPARSE_PARAM;
1060 #else /* ! YYPARSE_PARAM */
1052 yyparse(void *YYPARSE_PARAM) argument
/haiku-fatelf/src/bin/bc/bc/
H A Dbc.c673 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
679 #ifdef YYPARSE_PARAM
681 #define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
684 #define YYPARSE_PARAM_ARG YYPARSE_PARAM
685 #define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
687 #else /* not YYPARSE_PARAM */
690 #endif /* not YYPARSE_PARAM */
694 #ifdef YYPARSE_PARAM
/haiku-fatelf/src/bin/gawk/
H A Dawkgram.c1278 #ifdef YYPARSE_PARAM
1280 int yyparse (void *YYPARSE_PARAM);
1284 #else /* ! YYPARSE_PARAM */
1290 #endif /* ! YYPARSE_PARAM */
1309 #ifdef YYPARSE_PARAM
1311 int yyparse (void *YYPARSE_PARAM)
1313 int yyparse (YYPARSE_PARAM)
1314 void *YYPARSE_PARAM;
1316 #else /* ! YYPARSE_PARAM */
1308 yyparse(void *YYPARSE_PARAM) argument

Completed in 645 milliseconds