Home
last modified time | relevance | path

Searched refs:CONTROL_KEY (Results 1 – 24 of 24) sorted by relevance

/dports/devel/terminality/tn-2.1/
H A Dtn_h_w32.h101 #define CONTROL_KEY 0 macro
103 #define CONTROL_KEY (224 << 8) macro
105 #define KEY_UP (CONTROL_KEY | 72)
106 #define KEY_DOWN (CONTROL_KEY | 80)
107 #define KEY_RIGHT (CONTROL_KEY | 77)
108 #define KEY_LEFT (CONTROL_KEY | 75)
109 #define KEY_INS (CONTROL_KEY | 82)
110 #define KEY_DEL (CONTROL_KEY | 83)
111 #define KEY_PGUP (CONTROL_KEY | 73)
113 #define KEY_HOME (CONTROL_KEY | 71)
[all …]
H A Dtn_c_w32.h356 return (CONTROL_KEY | _getch()); in readkey()
/dports/games/spring/spring_98.0/rts/Sim/Units/CommandAI/
H A DBuilderCAI.cpp891 if (!(c.options & CONTROL_KEY) && IsUnitBeingReclaimed(guardee, owner)) in ExecuteGuard()
954 const bool recEnemyOnly = (c.options & META_KEY) && (c.options & CONTROL_KEY); in ExecuteReclaim()
955 const bool recSpecial = !!(c.options & CONTROL_KEY); in ExecuteReclaim()
977 featureBeingResurrected &= (c.options & INTERNAL_ORDER) && !(c.options & CONTROL_KEY); in ExecuteReclaim()
1036 const bool recEnemyOnly = (c.options & META_KEY) && (c.options & CONTROL_KEY); in ExecuteReclaim()
1037 const bool recSpecial = !!(c.options & CONTROL_KEY); in ExecuteReclaim()
1208 const bool reclaimEnemyOnlyMode = (c.options & CONTROL_KEY) && (c.options & META_KEY); in ExecuteFight()
1533 if (!(cmdopt & CONTROL_KEY) && IsFeatureBeingResurrected(f->id, owner)) { in FindReclaimTarget()
1602 if(!(options & CONTROL_KEY) && IsFeatureBeingReclaimed(f->id, owner)) { in FindResurrectableFeatureAndResurrect()
1635 if ((((options & CONTROL_KEY) && owner->team != unit->team) || in FindCaptureTargetAndCapture()
[all …]
H A DCommand.h96 #define CONTROL_KEY (1 << 6) // 64 macro
H A DCommandAI.cpp706 if (c.options & CONTROL_KEY) { change *= 20; } in ExecuteStateCommand()
921 if (c.options & CONTROL_KEY) { in ExecuteInsert()
1016 if (c.options & CONTROL_KEY) { in ExecuteRemove()
H A DFactoryCAI.cpp224 if (c.options & CONTROL_KEY) { numItems *= 20; } in GiveCommandReal()
/dports/security/openconnect/openconnect-8.10/
H A Dtun-win32.c53 #define CONTROL_KEY "SYSTEM\\CurrentControlSet\\Control\\" macro
55 #define ADAPTERS_KEY CONTROL_KEY "Class\\" NETDEV_GUID
56 #define CONNECTIONS_KEY CONTROL_KEY "Network\\" NETDEV_GUID
/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaConstCMD.cpp19 LuaPushNamedNumber(L, "OPT_CTRL", CONTROL_KEY); in PushEntries()
H A DLuaUtils.cpp605 HSTR_PUSH_BOOL(L, "ctrl", !!(cmd.options & CONTROL_KEY )); in PushCommandOptionsTable()
641 cmd.options |= (CONTROL_KEY * value); in ParseCommandOptions()
665 cmd.options |= CONTROL_KEY; in ParseCommandOptions()
H A DLuaHandleSynced.cpp472 HSTR_PUSH_BOOL(L, "ctrl", !!(cmd.options & CONTROL_KEY)); in PushUnitAndCommand()
/dports/games/spring/spring_98.0/rts/Game/
H A DSelectedUnitsAI.cpp154 const bool groupSpeed = !!(c.options & CONTROL_KEY); in GiveCommandNet()
184 const bool groupSpeed = !!(c.options & CONTROL_KEY); in GiveCommandNet()
196 else if ((c.options & CONTROL_KEY) && in GiveCommandNet()
488 if (cmd.options & CONTROL_KEY) { in SelectAttack()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/
H A DFormText.java220 private static final String CONTROL_KEY = "__segment__"; //$NON-NLS-1$ field in FormText
716 ControlSegment segment = (ControlSegment) c.getData(CONTROL_KEY); in hookControlSegmentFocus()
733 if (c.getData(CONTROL_KEY) == null) { in hookControlSegmentFocus()
735 c.setData(CONTROL_KEY, cs); in hookControlSegmentFocus()
776 cs = (ControlSegment) control.getData(CONTROL_KEY); in syncControlSegmentFocus()
819 segment = (ControlSegment) parent.getData(CONTROL_KEY); in advanceControl()
/dports/games/spring/spring_98.0/AI/Wrappers/LegacyCpp/
H A DCommand.h90 #define CONTROL_KEY (1 << 6) // 64 macro
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Ddata.c625 #ifdef CONTROL_KEY
H A Ddata.h455 #ifdef CONTROL_KEY
H A Dgetname.c239 #ifdef CONTROL_KEY in key()
H A Dconfig.h.in138 #define CONTROL_KEY macro
H A Dx11window.c1250 #ifdef CONTROL_KEY in W_SpNextEvent()
1320 #ifdef CONTROL_KEY in W_SpNextEvent()
1368 #ifdef CONTROL_KEY in W_SpNextEvent()
/dports/audio/bristol/bristol-0.60.10/include/slab/
H A Dslabdefinitions.h307 #define CONTROL_KEY 130465 macro
/dports/emulators/aranym/aranym-1.1.0/
H A Dconfigure.ac103 ctrl) CONTROL_KEY="ctrl";;
104 meta) CONTROL_KEY="meta";;
105 both) CONTROL_KEY="both";;
109 [ CONTROL_KEY="both"
899 case $CONTROL_KEY in
H A Dconfigure11557 case $CONTROL_KEY in
/dports/games/spring/spring_98.0/rts/Game/UI/
H A DGuiHandler.cpp1528 if (KeyInput::GetKeyModState(KMOD_CTRL)) { options |= CONTROL_KEY; } in CreateOptions()
1825 c.options = CONTROL_KEY; in SetActiveCommand()
1827 c.options = SHIFT_KEY | CONTROL_KEY; in SetActiveCommand()
1833 c.options = RIGHT_MOUSE_KEY | CONTROL_KEY; in SetActiveCommand()
1835 c.options = RIGHT_MOUSE_KEY | SHIFT_KEY | CONTROL_KEY; in SetActiveCommand()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/input/
H A DImeAdapterImpl.java413 modifiers |= WebInputEventModifier.CONTROL_KEY; in getModifiers()
/dports/audio/snd/snd-21.2/
H A Dsnd-motif.c23710 #define CONTROL_KEY 4 macro
23729 keyboard_command(cp, (str[0][0] == 'u') ? snd_K_u : snd_K_x, CONTROL_KEY); in Activate_keyboard()