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

/freebsd-10-stable/usr.sbin/config/
H A Dconfig.y184 NOMAKEOPTION Save_id { rmopt_schedule(&mkopt, $2); } |
215 Save_id { newopt(&mkopt, ns("KERNEL"), $1, 0); };
259 Save_id { newopt(&mkopt, $1, ns(""), 0); } |
260 Save_id EQUALS { newopt(&mkopt, $1, ns(""), 0); } |
261 Save_id EQUALS Opt_value { newopt(&mkopt, $1, $3, 0); } |
262 Save_id PLUSEQUALS Opt_value { newopt(&mkopt, $1, $3, 1); } ;
H A Dconfig.h128 SLIST_HEAD(opt_head, opt) opt, mkopt, rmopts;
H A Dmain.c190 SLIST_INIT(&mkopt);
439 SLIST_FOREACH(ol, &mkopt, op_next)
H A Dmkmakefile.c141 SLIST_FOREACH_SAFE(op, &mkopt, op_next, t) {
/freebsd-10-stable/contrib/bmake/mk/
H A Dmkopt.sh2 # $Id: mkopt.sh,v 1.11 2017/03/18 21:36:42 sjg Exp $
18 # options.mk and bsd.mkopt.mk in recent FreeBSD
79 # or FreeBSD's new bsd.mkopt.mk style __DEFAULT_*_OPTIONS
87 */mkopt*)
/freebsd-10-stable/contrib/flex/
H A Dnfa.c404 return mkopt (mkposcl (state));
408 /* mkopt - make a machine optional
412 * new = mkopt( mach );
422 int mkopt (mach) function
471 /* See comment in mkopt() about why we can't use the first
564 tail = mkopt (link_machines (copy, tail));
H A Dparse.y566 $$ = mkopt(
626 $$ = mkopt( $1 );
649 $$ = mkopt(
H A Dflexdef.h998 extern int mkopt PROTO ((int)); /* make a machine optional */
/freebsd-10-stable/usr.bin/lex/
H A Dinitparse.c1321 yyval = mkopt(
1384 yyval = mkopt( yystack.l_mark[-1] );
1408 yyval = mkopt(

Completed in 161 milliseconds