Home
last modified time | relevance | path

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

/freebsd/usr.sbin/config/
H A Dconfig.y193 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 Dmain.cc68 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 Dconfig.h187 extern SLIST_HEAD(opt_head, opt) opt, mkopt, rmopts;
H A Dmkmakefile.cc147 SLIST_FOREACH_SAFE(op, &mkopt, op_next, t) { in makefile()
/freebsd/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/share/mk/
H A Dbsd.opts.mk118 .include <bsd.mkopt.mk>
H A Dsrc.sys.env.mk67 .include <bsd.mkopt.mk>
H A DMakefile39 bsd.mkopt.mk \
H A Dsys.mk48 .include <bsd.mkopt.mk>
H A Dsrc.opts.mk383 .include <bsd.mkopt.mk>
/freebsd/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*)
H A DFILES35 mkopt.sh
H A DChangeLog990 * 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 Dmk-files.txt177 FreeBSD now have similar functionality in ``bsd.mkopt.mk``.
/freebsd/targets/
H A DMakefile69 .include <bsd.mkopt.mk>
/freebsd/usr.bin/lex/
H A Dinitparse.c1319 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 DOptionalObsoleteFiles.inc5140 OLD_FILES+=usr/share/mk/bsd.mkopt.mk