/titanic_41/usr/src/cmd/sgs/yacc/common/ |
H A D | libmai.c | 32 #pragma weak yyparse macro 33 extern int yyparse(void); 40 (void) yyparse(); in main()
|
H A D | yaccpar | 133 ** 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
|
/titanic_41/usr/src/cmd/localedef/ |
H A D | localedef.c | 201 int yyparse(void); 282 (void) yyparse(); in main() 289 (void) yyparse(); in main() 314 (void) yyparse(); in main()
|
/titanic_41/usr/src/cmd/fm/eversholt/eftinfo/common/ |
H A D | eftinfo.c | 55 extern void yyparse(void); 199 yyparse(); in main()
|
/titanic_41/usr/src/cmd/fm/eversholt/esc/common/ |
H A D | escmain.c | 55 extern void yyparse(void); 209 yyparse(); in main()
|
/titanic_41/usr/src/cmd/genmsg/ |
H A D | main.c | 59 extern int yyparse(void); /* from genmsg.l */ 254 (void) yyparse(); in main() 335 (void) yyparse(); in main()
|
/titanic_41/usr/src/tools/ndrgen/ |
H A D | ndr_main.c | 39 if (yyparse() == 0) { in main()
|
H A D | ndrgen.h | 208 extern int yyparse(void);
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | deltat.c | 95 static int yyparse (void *); 476 int yyparse (void *); 478 int yyparse (void); 483 yyparse(YYPARSE_PARAM_ARG) in yyparse() function 1121 if (yyparse (&p)) in krb5_string_to_deltat()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_lex.h | 51 extern int yyparse(void);
|
/titanic_41/usr/src/cmd/eqn/ |
H A D | io.c | 62 yyparse(); in eqn() 124 yyparse(); in do_inline()
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eft.c | 67 extern void yyparse(void); 314 yyparse(); in _fmd_init()
|
/titanic_41/usr/src/cmd/msgfmt/ |
H A D | gnu_msgfmt.c | 97 (void) yyparse(); in main()
|
H A D | gnu_msgfmt.h | 115 extern int yyparse(void);
|
/titanic_41/usr/src/lib/libsec/common/ |
H A D | aclutils.h | 139 extern int yyparse(void);
|
/titanic_41/usr/src/lib/krb5/ss/ |
H A D | mk_cmds.c | 90 result = yyparse();
|
/titanic_41/usr/src/cmd/oawk/ |
H A D | main.c | 143 yyparse(); in main()
|
/titanic_41/usr/src/cmd/awk/ |
H A D | main.c | 155 (void) yyparse(); in main()
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ippool_y.y | 47 extern int yyparse __P((void)); 483 yyparse();
|
/titanic_41/usr/src/lib/libfru/libfru/ |
H A D | yy-sed | 40 s/yyparse/fruparse/g
|
/titanic_41/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | rdb.h | 244 extern int yyparse(void);
|
/titanic_41/usr/src/cmd/cron/ |
H A D | att1.y | 40 int yyparse(void);
|
/titanic_41/usr/src/cmd/sgs/lex/common/ |
H A D | ldefs.h | 269 int yyparse(void);
|
/titanic_41/usr/src/cmd/sgs/m4/common/ |
H A D | m4macs.c | 227 extern int yyparse(void); in doeval() 232 if (yyparse() != 0) in doeval()
|
/titanic_41/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_engine.c | 146 (void) yyparse(); in engine_exec() 364 (void) yyparse(); in engine_interp() 441 (void) yyparse(); in engine_source()
|