HomeSort by: relevance | last modified time | path
    Searched defs:YYPARSE_PARAM (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/grep/dist/intl/
plural.c 66 #define YYPARSE_PARAM arg
522 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
528 #ifdef YYPARSE_PARAM
530 #define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
533 #define YYPARSE_PARAM_ARG YYPARSE_PARAM
534 #define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
536 #else /* not YYPARSE_PARAM */
539 #endif /* not YYPARSE_PARAM */
543 #ifdef YYPARSE_PARAM
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
plural.c 65 #define YYPARSE_PARAM arg
619 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
625 #ifdef YYPARSE_PARAM
627 # define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
630 # define YYPARSE_PARAM_ARG YYPARSE_PARAM
631 # define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
633 #else /* !YYPARSE_PARAM */
636 #endif /* !YYPARSE_PARAM */
640 # ifdef YYPARSE_PARAM
  /src/external/gpl2/texinfo/dist/intl/
plural.c 65 #define YYPARSE_PARAM arg
619 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
625 #ifdef YYPARSE_PARAM
627 # define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
630 # define YYPARSE_PARAM_ARG YYPARSE_PARAM
631 # define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
633 #else /* !YYPARSE_PARAM */
636 #endif /* !YYPARSE_PARAM */
640 # ifdef YYPARSE_PARAM
  /src/external/gpl3/gcc.old/dist/intl/
plural.c 64 #define YYPARSE_PARAM arg
648 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
654 #ifdef YYPARSE_PARAM
656 # define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
659 # define YYPARSE_PARAM_ARG YYPARSE_PARAM
660 # define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
662 #else /* !YYPARSE_PARAM */
665 #endif /* !YYPARSE_PARAM */
669 # ifdef YYPARSE_PARAM

Completed in 20 milliseconds