Searched refs:mkopt (Results 1 – 19 of 19) sorted by relevance
/freebsd/usr.sbin/config/ |
H A D | config.y | 193 NOMAKEOPTION Save_id { rmopt_schedule(&mkopt, $2); } | 209 Save_id { newopt(&mkopt, ns("KERNEL"), $1, 0, 0); }; 263 Save_id { newopt(&mkopt, $1, ns(""), 0, 0); } | 264 Save_id EQUALS { newopt(&mkopt, $1, ns(""), 0, 0); } | 265 Save_id EQUALS Opt_value { newopt(&mkopt, $1, $3, 0, 0); } | 266 Save_id PLUSEQUALS Opt_value { newopt(&mkopt, $1, $3, 1, 0); } ;
|
H A D | main.cc | 68 struct opt_head opt, mkopt, rmopts; variable 125 SLIST_INIT(&mkopt); in main() 476 SLIST_FOREACH(ol, &mkopt, op_next) in configfile_dynamic()
|
H A D | config.h | 187 extern SLIST_HEAD(opt_head, opt) opt, mkopt, rmopts;
|
H A D | mkmakefile.cc | 147 SLIST_FOREACH_SAFE(op, &mkopt, op_next, t) { in makefile()
|
/freebsd/contrib/flex/src/ |
H A D | nfa.c | 406 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 D | parse.y | 568 $$ = mkopt( 628 $$ = mkopt( $1 ); 651 $$ = mkopt(
|
H A D | flexdef.h | 939 extern int mkopt(int); /* make a machine optional */
|
/freebsd/share/mk/ |
H A D | bsd.opts.mk | 118 .include <bsd.mkopt.mk>
|
H A D | src.sys.env.mk | 67 .include <bsd.mkopt.mk>
|
H A D | Makefile | 39 bsd.mkopt.mk \
|
H A D | sys.mk | 48 .include <bsd.mkopt.mk>
|
H A D | src.opts.mk | 383 .include <bsd.mkopt.mk>
|
/freebsd/contrib/bmake/mk/ |
H A D | mkopt.sh | 5 # $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*)
|
H A D | FILES | 35 mkopt.sh
|
H A D | ChangeLog | 990 * mkopt.sh: this needs posix shell so #!/bin/sh should be ok 1246 * mkopt.sh: treat WITH_*=NO like no; ie. WITHOUT_* 1655 * mkopt.sh: use consistent semantics for _mk_opt and _mk_opts 1659 * FILES: include mkopt.sh which allows handling options in shell
|
H A D | mk-files.txt | 177 FreeBSD now have similar functionality in ``bsd.mkopt.mk``.
|
/freebsd/targets/ |
H A D | Makefile | 69 .include <bsd.mkopt.mk>
|
/freebsd/usr.bin/lex/ |
H A D | initparse.c | 1319 yyval = mkopt( in YYPARSE_DECL() 1382 yyval = mkopt( yystack.l_mark[-1] ); in YYPARSE_DECL() 1406 yyval = mkopt( in YYPARSE_DECL()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 5140 OLD_FILES+=usr/share/mk/bsd.mkopt.mk
|