Searched refs:yyparse (Results 26 - 50 of 65) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dmain.c294 (void) yyparse();
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.h278 extern int yyparse(void);
/opensolaris-onvv-gate/usr/src/cmd/bc/
H A Dbc.y953 yyparse();
964 yyparse();
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dproto.h145 int yyparse(void);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2p.c2078 int yyparse (void);
2086 yyparse() function
/opensolaris-onvv-gate/usr/src/cmd/tnf/prex/
H A Dmain.c115 extern int yyparse(void);
527 while (yyparse());
/opensolaris-onvv-gate/usr/src/cmd/awk/
H A Dawk.h324 extern int yyparse(void);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dmain.c394 yyparse();
/opensolaris-onvv-gate/usr/src/cmd/ipf/tools/
H A Dipmon_y.y17 extern int yyparse __P((void));
697 yyparse();
H A Dipnat_y.y55 extern int yyparse __P((void));
899 yyparse();
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperly.c1403 #ifdef yyparse
1404 #undef yyparse macro
1406 #define yyparse() Perl_yyparse(pTHX) macro
1413 yyparse() function
1453 ** Initialize private stacks (yyparse may be called from an action)
/opensolaris-onvv-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.h77 extern int yyparse(void);
H A Dsvccfg_engine.c146 (void) yyparse();
364 (void) yyparse();
441 (void) yyparse();
/opensolaris-onvv-gate/usr/src/ucbcmd/expr/
H A Dexpr.y415 yyparse();
/opensolaris-onvv-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.c158 extern int yyparse();
219 (void) yyparse();
235 (void) yyparse();
/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h269 int yyparse(void);
H A Dawk1.c216 (void) yyparse();
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/htable/
H A Dhtable.c137 errs = yyparse();
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/agent/
H A Dpersonal.y1681 if(yyparse() == 1)
1845 if(yyparse() == 1)
/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dat.c106 extern int yyparse(void);
325 * Fix for 1047182 - we have to let yyparse
329 yyparse();
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y174 #define yyparse getdate_yyparse
963 * When yyparse returns, zero or more of yyHave{Time,Zone,Date,Day,Rel}
998 * The code following yyparse turns these values into a single
1001 if (yyparse()
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c60 extern int yyparse(void);
903 * yyparse() above, but "really quit?" makes no sense in this
950 * yyparse(), printing appropriate prompts when needed, checking for
1007 yyparse();
1018 yyparse();
4177 yyparse();
/opensolaris-onvv-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_yacc.y783 if (yyparse() != 0)
/opensolaris-onvv-gate/usr/src/cmd/loadkeys/
H A Dloadkeys.y220 yyparse();
/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y73 static int yyparse(void);
1995 yyparse(); /* parse the prototype */

Completed in 305 milliseconds

123