Searched refs:mods (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/bin/
H A Dmodifiers.cpp52 list_modifiers(int mods) argument
57 if (mods & modifier_bits[i]) {
74 int32 mods; local
79 mods = modifiers();
86 return list_modifiers(mods);
103 return (((mods & mask_and) ^ mask_xor) != 0);
/haiku-fatelf/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp175 uint32 mods = modifiers(); local
176 if (mods & B_SHIFT_KEY)
178 if (mods & B_COMMAND_KEY)
180 if (mods & B_CONTROL_KEY)
182 if (mods & B_CAPS_LOCK)
184 if (mods & B_SCROLL_LOCK)
186 if (mods & B_NUM_LOCK)
188 if (mods & B_OPTION_KEY)
190 if (mods & B_MENU_KEY)
192 if (mods
[all...]
/haiku-fatelf/src/bin/gdb/opcodes/
H A Darc-opc.c679 insert_reg (insn, operand, mods, reg, value, errmsg)
682 int mods;
744 if (!(mods & ARC_MOD_AUXREG))
811 insert_flag (insn, operand, mods, reg, value, errmsg)
814 int mods ATTRIBUTE_UNUSED;
829 insert_nullify (insn, operand, mods, reg, value, errmsg)
832 int mods ATTRIBUTE_UNUSED;
848 insert_flagfinish (insn, operand, mods, reg, value, errmsg)
851 int mods ATTRIBUTE_UNUSED;
869 insert_cond (insn, operand, mods, re
[all...]
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.cpp174 uint32 mods; local
175 if (message->FindInt32("modifiers", (int32*)&mods) != B_OK)
176 mods = modifiers();
177 fCurrentState->ModifiersChanged(mods);
178 fMouseInfo.modifiers = mods;
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Darc.h232 (arc_insn insn, const struct arc_operand *operand, int mods,
260 (arc_insn *insn, const struct arc_operand *operand, int mods,
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dcp-demangle.c3501 d_print_mod_list (dpi, mods, suffix)
3503 struct d_print_mod *mods;
3508 if (mods == NULL || d_print_saw_error (dpi))
3511 if (mods->printed
3513 && (mods->mod->type == DEMANGLE_COMPONENT_RESTRICT_THIS
3514 || mods->mod->type == DEMANGLE_COMPONENT_VOLATILE_THIS
3515 || mods->mod->type == DEMANGLE_COMPONENT_CONST_THIS)))
3517 d_print_mod_list (dpi, mods->next, suffix);
3521 mods->printed = 1;
3524 dpi->templates = mods
[all...]
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathFun.h174 // mods(x,y) == x - y * divs(x,y)
186 mods (int x, int y) function in namespace:Imath
/haiku-fatelf/src/apps/deskbar/
H A DTeamMenuItem.cpp141 uint32 mods = modifiers(); local
142 if (mods & B_CONTROL_KEY) {
143 TShowHideMenuItem::TeamShowHideCommon((mods & B_SHIFT_KEY)
/haiku-fatelf/src/kits/interface/
H A DMenuItem.cpp108 int32 shortcut, mods; local
111 data->FindInt32("_mods", &mods);
113 SetShortcut(shortcut, mods);
H A DTextView.cpp3618 int32 mods = 0; local
3621 currentMessage->FindInt32("modifiers", &mods);
3623 bool shiftDown = mods & B_SHIFT_KEY;
3624 bool controlDown = mods & B_CONTROL_KEY;
/haiku-fatelf/src/apps/magnify/
H A DMagnify.cpp1145 uint32 mods = modifiers(); local
1165 if (mods & B_OPTION_KEY)
1171 if (mods & B_OPTION_KEY)
1177 if (mods & B_OPTION_KEY)
1183 if (mods & B_OPTION_KEY)
/haiku-fatelf/src/apps/mail/
H A DContent.cpp965 uint32 mods;
970 mods = msg->FindInt32("modifiers");
1016 if ((key[0] == B_DELETE) || (mods & B_CONTROL_KEY)) {
1041 if (IsSelectable() && (mods & B_CONTROL_KEY)) {
1092 if (mods & B_CONTROL_KEY) { // ^k kill text from cursor to e-o-line
/haiku-fatelf/src/bin/gdb/gdb/
H A DChangeLog-3.x2406 John Gilmore's (gnu@toad.com) mods for USG gdb:
2418 John Gilmore's (gnu@toad.com) mods for USG gdb:
2538 Additional mods for handling GNU C++ (from Tiemann):
3108 before exec. All mods inside of #ifdef SET_STACK_LIMIT_HUGE.
3912 * inflow.c: Added a couple of minor USG mods.
4267 * core.c, dbxread.c: Added ROBOTUSSIN mods.

Completed in 168 milliseconds