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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c25 #define YYPARSE_PARAM tmv macro
456 /* The user can define YYPARSE_PARAM as the name of an argument to be passed
462 #ifdef YYPARSE_PARAM
464 #define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
467 #define YYPARSE_PARAM_ARG YYPARSE_PARAM
468 #define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
470 #else /* not YYPARSE_PARAM */
473 #endif /* not YYPARSE_PARAM */
477 #ifdef YYPARSE_PARAM

Completed in 57 milliseconds