Searched refs:mopt (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/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
[all...]
H A Dmdb.h78 int mopt; member in struct:menu_info
89 /* defines for mopt */
H A Dmain.c91 default_info.mopt = 0;
H A Dmdb.c198 " short mopt;\n"
217 "/* defines for mopt field. */\n"
386 menus[i]->info->w, menus[i]->info->mopt,
410 if (menus[i]->info->mopt & MC_NOEXITOPT)
/netbsd-current/sys/net80211/
H A Dieee80211.c384 int i, j, mode, rate, maxrate, mword, mopt, r; local
417 mopt = mopts[mode];
418 ADD(ic, IFM_AUTO, mopt); /* e.g. 11a auto */
420 ADD(ic, IFM_AUTO, mopt | IFM_IEEE80211_ADHOC);
422 ADD(ic, IFM_AUTO, mopt | IFM_IEEE80211_HOSTAP);
424 ADD(ic, IFM_AUTO, mopt | IFM_IEEE80211_ADHOC | IFM_FLAG0);
426 ADD(ic, IFM_AUTO, mopt | IFM_IEEE80211_MONITOR);
435 ADD(ic, mword, mopt);
437 ADD(ic, mword, mopt | IFM_IEEE80211_ADHOC);
439 ADD(ic, mword, mopt | IFM_IEEE80211_HOSTA
[all...]
/netbsd-current/sys/netinet6/
H A Dip6_output.c1104 struct mbuf *mopt; local
1117 MGET(mopt, M_DONTWAIT, MT_DATA);
1118 if (mopt == 0)
1120 mopt->m_len = JUMBOOPTLEN;
1121 optbuf = mtod(mopt, u_int8_t *);
1123 exthdrs->ip6e_hbh = mopt;
1127 mopt = exthdrs->ip6e_hbh;
1128 if (M_TRAILINGSPACE(mopt) < JUMBOOPTLEN) {
1129 const int oldoptlen = mopt->m_len;
1138 KASSERT(mopt
[all...]
/netbsd-current/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-current/sys/netinet/
H A Dsctp_usrreq.c2386 int error, *mopt, set_opt; local
2414 mopt = sopt->sopt_data;
2443 inp->sctp_ep.auto_close_time = (*mopt * hz);
2447 if (*mopt != 0) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvar-tracking.c5600 enum micro_operation_type mopt, FILE *out)
5604 INSN_UID (insn), micro_operation_type_name[mopt]);
5599 log_op_type(rtx x, basic_block bb, rtx_insn *insn, enum micro_operation_type mopt, FILE *out) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.cc5607 enum micro_operation_type mopt, FILE *out)
5611 INSN_UID (insn), micro_operation_type_name[mopt]);
5606 log_op_type(rtx x, basic_block bb, rtx_insn *insn, enum micro_operation_type mopt, FILE *out) argument

Completed in 219 milliseconds