Searched refs:mkopt (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/usr.sbin/config/
H A Dconfig.y186 NOMAKEOPTION Save_id { rmopt_schedule(&mkopt, $2); } |
202 Save_id { newopt(&mkopt, ns("KERNEL"), $1, 0, 0); };
256 Save_id { newopt(&mkopt, $1, ns(""), 0, 0); } |
257 Save_id EQUALS { newopt(&mkopt, $1, ns(""), 0, 0); } |
258 Save_id EQUALS Opt_value { newopt(&mkopt, $1, $3, 0, 0); } |
259 Save_id PLUSEQUALS Opt_value { newopt(&mkopt, $1, $3, 1, 0); } ;
H A Dconfig.h187 extern SLIST_HEAD(opt_head, opt) opt, mkopt, rmopts;
H A Dmain.cc68 struct opt_head opt, mkopt, rmopts; variable in typeref:struct:
124 SLIST_INIT(&mkopt);
471 SLIST_FOREACH(ol, &mkopt, op_next)
H A Dmkmakefile.cc147 SLIST_FOREACH_SAFE(op, &mkopt, op_next, t) {
/freebsd-current/targets/
H A DMakefile70 .include <bsd.mkopt.mk>
/freebsd-current/contrib/bmake/mk/
H A Dmkopt.sh5 # $Id: mkopt.sh,v 1.16 2024/02/17 17:26:57 sjg Exp $
21 # options.mk and bsd.mkopt.mk in recent FreeBSD
82 # or FreeBSD's new bsd.mkopt.mk style __DEFAULT_*_OPTIONS
114 */mkopt*)
/freebsd-current/contrib/flex/src/
H A Dnfa.c406 return mkopt (mkposcl (state));
410 /* mkopt - make a machine optional
414 * new = mkopt( mach );
424 int mkopt (int mach) function
471 /* See comment in mkopt() about why we can't use the first
562 tail = mkopt (link_machines (copy, tail));
H A Dparse.y568 $$ = mkopt(
628 $$ = mkopt( $1 );
651 $$ = mkopt(
H A Dflexdef.h939 extern int mkopt(int); /* make a machine optional */
/freebsd-current/share/mk/
H A DMakefile40 bsd.mkopt.mk \
H A Dsrc.sys.mk15 # their src.conf. This benefits from already including bsd.mkopt.mk.
H A Dbsd.opts.mk16 # Makefiles must include bsd.mkopt.mk before they test the value of any MK_FOO
118 .include <bsd.mkopt.mk>
H A Dsrc.sys.env.mk67 .include <bsd.mkopt.mk>
H A Dsrc.opts.mk15 # Makefiles must include bsd.mkopt.mk before they test the value of any MK_FOO
376 .include <bsd.mkopt.mk>
H A Dsrc.sys.obj.mk31 .include <bsd.mkopt.mk>
H A Dsys.mk48 .include <bsd.mkopt.mk>
/freebsd-current/sys/conf/
H A Dkern.opts.mk108 # expanded inline from bsd.mkopt.mk to avoid share/mk dependency
177 #end of bsd.mkopt.mk expanded inline.
/freebsd-current/usr.bin/lex/
H A Dinitparse.c1319 yyval = mkopt(
1382 yyval = mkopt( yystack.l_mark[-1] );
1406 yyval = mkopt(

Completed in 138 milliseconds