Home
last modified time | relevance | path

Searched refs:yyparse (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/netbsd-src/external/bsd/byacc/dist/test/yacc/
H A Drename_debug.i23 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
25 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
28 # define YYPARSE_DECL() yyparse(void)
/netbsd-src/external/bsd/byacc/dist/test/btyacc/
H A Drename_debug.i23 # define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
25 # define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
28 # define YYPARSE_DECL() yyparse(void)
/netbsd-src/lib/liby/
H A Dmain.c41 int yyparse(void);
47 return yyparse(); in main()
/netbsd-src/usr.bin/m4/
H A Dexpr.c33 extern int yyparse(void);
49 yyparse(); in expr()
/netbsd-src/sys/arch/hpc/hpc/platid_gen/
H A Dscan.l46 int yyparse(void);
113 return yyparse();
/netbsd-src/usr.sbin/gspa/gspa/
H A Dgspa.c87 int yyparse(void);
147 yyparse(); in main()
182 yyparse(); in main()
/netbsd-src/usr.sbin/envstat/
H A Dconfig_yacc.y48 int yyparse(void);
126 yyparse(); in config_parse()
/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_scan.l46 extern int yyparse(void);
64 yyparse(); in npfctl_parse_file()
86 yyparse(); in npfctl_parse_string()
/netbsd-src/usr.sbin/wsmoused/
H A Dconfig_yacc.y52 int yyparse(void);
145 yyparse(); in config_parse()
/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Dmain.cpp35 extern int yyparse();
113 yyparse(); in do_file()
182 yyparse(); in inline_equation()
/netbsd-src/usr.bin/xlint/lint1/
H A Dmain1.c227 yyparse(); in main()
246 yyparse(); in main()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dcompile_et.c51 int yyparse(void);
241 yyparse(); in main()
/netbsd-src/tests/lib/libcurses/director/
H A Ddirector.c48 void yyparse(void);
285 yyparse(); in main()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Ditbl-lex.h22 extern int yyparse (void);
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Ditbl-lex.h22 extern int yyparse (void);
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dcfparse_proto.h38 extern int yyparse __P((void));
/netbsd-src/external/bsd/byacc/dist/test/
H A Derr_syntax17.y18 printf("yyparse() = %d\n", yyparse());
H A Derror.y16 printf("yyparse() = %d\n", yyparse());
H A Derr_syntax1.y16 printf("yyparse() = %d\n", yyparse());
H A Derr_syntax18.y21 printf("yyparse() = %d\n", yyparse());
H A Derr_syntax4.y16 printf("yyparse() = %d\n", yyparse());
H A Derr_syntax8a.y19 printf("yyparse() = %d\n", yyparse());
H A Derr_syntax19.y21 printf("yyparse() = %d\n", yyparse());
H A Derr_syntax8.y19 printf("yyparse() = %d\n", yyparse());
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dmain.cpp26 extern int yyparse();
287 if (yyparse()) { in do_picture()
469 if (yyparse()) in do_whole_file()

12345678910>>...12