Home | History | Annotate | Download | only in sh

Lines Matching refs:YYPARSE_PARAM

852 #ifdef YYPARSE_PARAM
854 int yyparse (void *YYPARSE_PARAM);
858 #else /* ! YYPARSE_PARAM */
864 #endif /* ! YYPARSE_PARAM */
883 #ifdef YYPARSE_PARAM
885 int yyparse (void *YYPARSE_PARAM)
887 int yyparse (YYPARSE_PARAM)
888 void *YYPARSE_PARAM;
890 #else /* ! YYPARSE_PARAM */