HomeSort by relevance Sort by last modified time
    Searched defs:YYPARSE_PARAM (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/intl/
plural.c 63 #define YYPARSE_PARAM arg
615 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
621 #ifdef YYPARSE_PARAM
623 # define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
626 # define YYPARSE_PARAM_ARG YYPARSE_PARAM
627 # define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
629 #else /* !YYPARSE_PARAM */
632 #endif /* !YYPARSE_PARAM */
636 # ifdef YYPARSE_PARAM
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
plural.c 63 #define YYPARSE_PARAM arg
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
    [all...]

Completed in 95 milliseconds