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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c83 #define YYPARSE_PARAM tmv macro
798 #ifdef YYPARSE_PARAM
800 int yyparse (void *YYPARSE_PARAM);
804 #else /* ! YYPARSE_PARAM */
810 #endif /* ! YYPARSE_PARAM */
821 #ifdef YYPARSE_PARAM
823 int yyparse (void *YYPARSE_PARAM)
825 int yyparse (YYPARSE_PARAM)
826 void *YYPARSE_PARAM;
828 #else /* ! YYPARSE_PARAM */
820 yyparse(void *YYPARSE_PARAM) argument
[all...]

Completed in 17 milliseconds