Home
last modified time | relevance | path

Searched refs:mopt (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/usr.bin/menuc/
H A Dparse.y138 opt : NO EXIT { cur_menu->info->mopt |= MC_NOEXITOPT; }
139 | EXIT { cur_menu->info->mopt &= ~MC_NOEXITOPT; }
140 | NO BOX { cur_menu->info->mopt |= MC_NOBOX; }
141 | BOX { cur_menu->info->mopt &= ~MC_NOBOX; }
142 | NO SCROLLABLE { cur_menu->info->mopt &= ~MC_SCROLL; }
143 | SCROLLABLE { cur_menu->info->mopt |= MC_SCROLL; }
144 | NO SHORTCUT { cur_menu->info->mopt |= MC_NOSHORTCUT; }
145 | SHORTCUT { cur_menu->info->mopt &= ~MC_NOSHORTCUT; }
146 | NO CLEAR { cur_menu->info->mopt |= MC_NOCLEAR; }
147 | CLEAR { cur_menu->info->mopt &= ~MC_NOCLEAR; }
[all …]
H A Dmenu_sys.def144 hadd = ((m->mopt & MC_NOBOX) ? 0 :
145 ((m->mopt & MC_CONTINUOUS) ? 1 : 2));
146 wadd = ((m->mopt & MC_NOBOX) ? 2 : 4);
147 if (!(m->mopt & MC_NOSHORTCUT))
173 exithadd = ((m->mopt & MC_NOEXITOPT) ? 0 : 1);
191 if (m->h <= 4 || !(m->mopt & (MC_SCROLL | MC_ALWAYS_SCROLL))) {
200 if (m->h < m->numopts + exithadd || m->mopt & MC_ALWAYS_SCROLL) {
277 if (m->mopt & MC_SUBMENU) {
311 int hasbox = m->mopt & MC_NOBOX ? 0 : 1;
320 if (!(m->mopt & MC_NOSHORTCUT) && !noshort)
[all …]
H A Dmdb.h78 int mopt; member
H A Dmain.c91 default_info.mopt = 0; in main()
H A Dmdb.c386 menus[i]->info->w, menus[i]->info->mopt, in write_menu_file()
410 if (menus[i]->info->mopt & MC_NOEXITOPT) in write_menu_file()
/netbsd-src/sys/net80211/
H A Dieee80211.c384 int i, j, mode, rate, maxrate, mword, mopt, r; in ieee80211_media_init_with_lock() local
417 mopt = mopts[mode]; in ieee80211_media_init_with_lock()
418 ADD(ic, IFM_AUTO, mopt); /* e.g. 11a auto */ in ieee80211_media_init_with_lock()
420 ADD(ic, IFM_AUTO, mopt | IFM_IEEE80211_ADHOC); in ieee80211_media_init_with_lock()
422 ADD(ic, IFM_AUTO, mopt | IFM_IEEE80211_HOSTAP); in ieee80211_media_init_with_lock()
424 ADD(ic, IFM_AUTO, mopt | IFM_IEEE80211_ADHOC | IFM_FLAG0); in ieee80211_media_init_with_lock()
426 ADD(ic, IFM_AUTO, mopt | IFM_IEEE80211_MONITOR); in ieee80211_media_init_with_lock()
435 ADD(ic, mword, mopt); in ieee80211_media_init_with_lock()
437 ADD(ic, mword, mopt | IFM_IEEE80211_ADHOC); in ieee80211_media_init_with_lock()
439 ADD(ic, mword, mopt | IFM_IEEE80211_HOSTAP); in ieee80211_media_init_with_lock()
[all …]
/netbsd-src/sys/netinet6/
H A Dip6_output.c1104 struct mbuf *mopt; in ip6_insert_jumboopt() local
1117 MGET(mopt, M_DONTWAIT, MT_DATA); in ip6_insert_jumboopt()
1118 if (mopt == 0) in ip6_insert_jumboopt()
1120 mopt->m_len = JUMBOOPTLEN; in ip6_insert_jumboopt()
1121 optbuf = mtod(mopt, u_int8_t *); in ip6_insert_jumboopt()
1123 exthdrs->ip6e_hbh = mopt; in ip6_insert_jumboopt()
1127 mopt = exthdrs->ip6e_hbh; in ip6_insert_jumboopt()
1128 if (M_TRAILINGSPACE(mopt) < JUMBOOPTLEN) { in ip6_insert_jumboopt()
1129 const int oldoptlen = mopt->m_len; in ip6_insert_jumboopt()
1138 KASSERT(mopt->m_next == NULL); in ip6_insert_jumboopt()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.mli621 (** [instr_set_debug_loc i mopt] If [mopt] is None location metadata of [i]
622 is cleared, Otherwise location of [i] is set to the value in [mopt]. *)
H A Dllvm_debuginfo.ml532 let instr_set_debug_loc i mopt =
533 match mopt with
/netbsd-src/sys/netinet/
H A Dsctp_usrreq.c2380 int error, *mopt, set_opt; in sctp_optsset() local
2408 mopt = sopt->sopt_data; in sctp_optsset()
2437 inp->sctp_ep.auto_close_time = (*mopt * hz); in sctp_optsset()
2441 if (*mopt != 0) { in sctp_optsset()
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-m68k.texi461 or in conjunction with the @option{-mopt} option, all uses must be for
H A Das.info14608 given multiple times, or in conjunction with the `-mopt' option,
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-m68k.texi461 or in conjunction with the @option{-mopt} option, all uses must be for
H A Das.info15098 given multiple times, or in conjunction with the ‘-mopt’ option,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvar-tracking.c5600 enum micro_operation_type mopt, FILE *out) in log_op_type() argument
5604 INSN_UID (insn), micro_operation_type_name[mopt]); in log_op_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.cc5607 enum micro_operation_type mopt, FILE *out) in log_op_type() argument
5611 INSN_UID (insn), micro_operation_type_name[mopt]); in log_op_type()