Searched refs:mkopt (Results 1 – 20 of 20) sorted by relevance
| /src/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()
|
| /src/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 */
|
| /src/share/mk/ |
| H A D | bsd.opts.mk | 120 .include <bsd.mkopt.mk>
|
| H A D | src.sys.env.mk | 67 .include <bsd.mkopt.mk>
|
| H A D | Makefile | 41 bsd.mkopt.mk \
|
| H A D | src.sys.obj.mk | 31 .include <bsd.mkopt.mk>
|
| H A D | sys.mk | 48 .include <bsd.mkopt.mk>
|
| H A D | src.opts.mk | 389 .include <bsd.mkopt.mk>
|
| /src/targets/ |
| H A D | Makefile | 69 .include <bsd.mkopt.mk>
|
| /src/contrib/bmake/mk/ |
| H A D | mkopt.sh | 109 */mkopt*)
|
| H A D | FILES | 48 mkopt.sh
|
| H A D | mk-files.txt | 177 FreeBSD now have similar functionality in ``bsd.mkopt.mk``.
|
| H A D | ChangeLog | 1122 * mkopt.sh: this needs posix shell so #!/bin/sh should be ok 1378 * mkopt.sh: treat WITH_*=NO like no; ie. WITHOUT_* 1787 * mkopt.sh: use consistent semantics for _mk_opt and _mk_opts 1791 * FILES: include mkopt.sh which allows handling options in shell
|
| /src/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()
|
| /src/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 5371 OLD_FILES+=usr/share/mk/bsd.mkopt.mk
|