Home
last modified time | relevance | path

Searched refs:mkopt (Results 1 – 20 of 20) sorted by relevance

/freebsd-14.2/usr.sbin/config/
H A Dconfig.y188 NOMAKEOPTION Save_id { rmopt_schedule(&mkopt, $2); } |
204 Save_id { newopt(&mkopt, ns("KERNEL"), $1, 0, 0); };
258 Save_id { newopt(&mkopt, $1, ns(""), 0, 0); } |
259 Save_id EQUALS { newopt(&mkopt, $1, ns(""), 0, 0); } |
260 Save_id EQUALS Opt_value { newopt(&mkopt, $1, $3, 0, 0); } |
261 Save_id PLUSEQUALS Opt_value { newopt(&mkopt, $1, $3, 1, 0); } ;
H A Dmain.cc80 struct opt_head opt, mkopt, rmopts; variable
136 SLIST_INIT(&mkopt); in main()
483 SLIST_FOREACH(ol, &mkopt, op_next) in configfile_dynamic()
H A Dconfig.h189 extern SLIST_HEAD(opt_head, opt) opt, mkopt, rmopts;
H A Dmkmakefile.cc153 SLIST_FOREACH_SAFE(op, &mkopt, op_next, t) { in makefile()
/freebsd-14.2/contrib/flex/src/
H A Dnfa.c406 return mkopt (mkposcl (state)); in mkclos()
424 int mkopt (int mach) in mkopt() function
562 tail = mkopt (link_machines (copy, tail)); in mkrep()
H A Dparse.y568 $$ = mkopt(
628 $$ = mkopt( $1 );
651 $$ = mkopt(
H A Dflexdef.h939 extern int mkopt(int); /* make a machine optional */
/freebsd-14.2/share/mk/
H A Dsys.mk52 .include <bsd.mkopt.mk>
113 .include <bsd.mkopt.mk>
H A Dbsd.opts.mk108 .include <bsd.mkopt.mk>
H A Dsrc.sys.env.mk67 .include <bsd.mkopt.mk>
H A DMakefile41 bsd.mkopt.mk \
H A Dsrc.sys.obj.mk31 .include <bsd.mkopt.mk>
H A Dsrc.opts.mk371 .include <bsd.mkopt.mk>
/freebsd-14.2/targets/
H A DMakefile70 .include <bsd.mkopt.mk>
/freebsd-14.2/contrib/bmake/mk/
H A Dmkopt.sh112 */mkopt*)
H A DFILES32 mkopt.sh
H A DChangeLog639 * mkopt.sh: this needs posix shell so #!/bin/sh should be ok
895 * mkopt.sh: treat WITH_*=NO like no; ie. WITHOUT_*
1304 * mkopt.sh: use consistent semantics for _mk_opt and _mk_opts
1308 * FILES: include mkopt.sh which allows handling options in shell
H A Dmk-files.txt169 FreeBSD now have similar functionality in ``bsd.mkopt.mk``.
/freebsd-14.2/usr.bin/lex/
H A Dinitparse.c1320 yyval = mkopt( in YYPARSE_DECL()
1383 yyval = mkopt( yystack.l_mark[-1] ); in YYPARSE_DECL()
1407 yyval = mkopt( in YYPARSE_DECL()
/freebsd-14.2/tools/build/mk/
H A DOptionalObsoleteFiles.inc5160 OLD_FILES+=usr/share/mk/bsd.mkopt.mk