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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dlibmai.c32 #pragma weak yyparse macro
33 extern int yyparse(void);
40 (void) yyparse();
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c95 static int yyparse (void *);
457 into yyparse. The argument should have type void *.
478 int yyparse (void *);
480 int yyparse (void);
485 yyparse(YYPARSE_PARAM_ARG)
1124 if (yyparse (&p))
483 yyparse(YYPARSE_PARAM_ARG) function

Completed in 59 milliseconds