Searched refs:yyparse (Results 1 - 25 of 65) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/common/
H A Dlibmai.c32 #pragma weak yyparse macro
33 extern int yyparse(void);
40 (void) yyparse();
H A Dyaccpar133 ** yyparse - return 0 if worked, 1 if syntax error not recovered from
136 int yyparse(void)
138 int yyparse()
157 ** Initialize externals - yyparse may be called more than once
/opensolaris-onvv-gate/usr/src/tools/ndrgen/
H A Dndr_main.c39 if (yyparse() == 0) {
H A Dndrgen.h208 extern int yyparse(void);
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.h51 extern int yyparse(void);
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/eftinfo/common/
H A Deftinfo.c55 extern void yyparse(void);
199 yyparse();
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/esc/common/
H A Descmain.c55 extern void yyparse(void);
209 yyparse();
/opensolaris-onvv-gate/usr/src/lib/libfru/libfru/
H A Dyy-sed40 s/yyparse/fruparse/g
/opensolaris-onvv-gate/usr/src/cmd/msgfmt/
H A Dgnu_msgfmt.c97 (void) yyparse();
H A Dgnu_msgfmt.h115 extern int yyparse(void);
/opensolaris-onvv-gate/usr/src/lib/krb5/ss/
H A Dmk_cmds.c90 result = yyparse();
/opensolaris-onvv-gate/usr/src/lib/libsec/common/
H A Daclutils.h139 extern int yyparse(void);
/opensolaris-onvv-gate/usr/src/cmd/genmsg/
H A Dmain.c59 extern int yyparse(void); /* from genmsg.l */
254 (void) yyparse();
335 (void) yyparse();
/opensolaris-onvv-gate/usr/src/cmd/awk/
H A Dmain.c152 (void) yyparse();
/opensolaris-onvv-gate/usr/src/cmd/oawk/
H A Dmain.c143 yyparse();
/opensolaris-onvv-gate/usr/src/cmd/eqn/
H A Dio.c62 yyparse();
124 yyparse();
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft.c67 extern void yyparse(void);
314 yyparse();
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/cmd/sgs/lex/common/
H A Dldefs.h269 int yyparse(void);
H A Dmain.c161 if (yyparse())
/opensolaris-onvv-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Drdb.h244 extern int yyparse(void);
/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Datt1.y40 int yyparse(void);
/opensolaris-onvv-gate/usr/src/cmd/ipf/tools/
H A Dippool_y.y47 extern int yyparse __P((void));
483 yyparse();
/opensolaris-onvv-gate/usr/src/cmd/sgs/m4/common/
H A Dm4macs.c225 extern int yyparse(void);
230 if (yyparse() != 0)
/opensolaris-onvv-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_grammar.y381 (void) yyparse();

Completed in 688 milliseconds

123