Home
last modified time | relevance | path

Searched refs:NO_KEY (Results 1 – 25 of 71) sorted by relevance

123

/dports/games/sdb/sdb-1.0.2/src/
H A Dinput.cpp42 bindKey(KEY_LEFT, NO_KEY, MOUSE_X_NEG); in defaultBindings()
43 bindKey(KEY_RIGHT, NO_KEY, MOUSE_X_POS); in defaultBindings()
44 bindKey(KEY_FWD, NO_KEY, NO_KEY); in defaultBindings()
45 bindKey(KEY_BACK, NO_KEY, NO_KEY); in defaultBindings()
46 bindKey(KEY_STRAFE_L, NO_KEY, NO_KEY); in defaultBindings()
47 bindKey(KEY_STRAFE_R, NO_KEY, NO_KEY); in defaultBindings()
48 bindKey(KEY_JUMP, NO_KEY, NO_KEY); in defaultBindings()
51 bindKey(KEY_RELOAD, NO_KEY, NO_KEY); in defaultBindings()
52 bindKey(KEY_SWITCH_WPN, NO_KEY, NO_KEY); in defaultBindings()
53 bindKey(KEY_SWITCH_VIEW, NO_KEY, NO_KEY); in defaultBindings()
[all …]
H A Dinput.h48 else if (keysym2[action] != NO_KEY) in state()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins/
H A Dmenus.cc51 #define NO_KEY 0, NO_MOD macro
168 MenuCommand (N_("By Title"), nullptr, NO_KEY, rm_dupes_title),
196 MenuCommand (N_("By Title"), nullptr, NO_KEY, sort_title),
197 MenuCommand (N_("By Artist"), nullptr, NO_KEY, sort_artist),
198 MenuCommand (N_("By Album"), nullptr, NO_KEY, sort_album),
201 MenuCommand (N_("By Genre"), nullptr, NO_KEY, sort_genre),
202 MenuCommand (N_("By Length"), nullptr, NO_KEY, sort_length),
204 MenuCommand (N_("By File Path"), nullptr, NO_KEY, sort_path),
206 MenuCommand (N_("By Comment"), nullptr, NO_KEY, sort_comment)
211 MenuCommand (N_("By Title"), nullptr, NO_KEY, sort_sel_title),
[all …]
/dports/comms/tlf/tlf-tlf-1.4.1/src/
H A Dautocq.c61 #define NO_KEY -1 in auto_cq() macro
63 int key = NO_KEY; in auto_cq()
71 while (key == NO_KEY) { in auto_cq()
82 for (int j = 0; j < 10 && key == NO_KEY; j++) { in auto_cq()
93 for (int delayval = cqdelay; delayval > 0 && key == NO_KEY; delayval--) { in auto_cq()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/
H A DKeyStroke.java70 public static final int NO_KEY = 0; field in KeyStroke
84 return new KeyStroke(NO_KEY, naturalKey); in getInstance()
125 int modifierKeys = NO_KEY; in getInstance()
126 int naturalKey = NO_KEY; in getInstance()
138 if (modifierKey == NO_KEY) { in getInstance()
261 return (naturalKey != NO_KEY); in isComplete()
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstDialogInput.cpp177 { PAD3_KEYS + PAD_KEY_LEFT, NO_KEY, IDS_INPUT_PAD_KEY_LEFT, "pad-3", "left" },
178 { PAD3_KEYS + PAD_KEY_UP, NO_KEY, IDS_INPUT_PAD_KEY_UP, "pad-3", "up" },
179 { PAD3_KEYS + PAD_KEY_RIGHT, NO_KEY, IDS_INPUT_PAD_KEY_RIGHT, "pad-3", "right" },
180 { PAD3_KEYS + PAD_KEY_DOWN, NO_KEY, IDS_INPUT_PAD_KEY_DOWN, "pad-3", "down" },
181 { PAD3_KEYS + PAD_KEY_SELECT, NO_KEY, IDS_INPUT_PAD_KEY_SELECT, "pad-3", "select" },
182 { PAD3_KEYS + PAD_KEY_START, NO_KEY, IDS_INPUT_PAD_KEY_START, "pad-3", "start" },
183 { PAD3_KEYS + PAD_KEY_B, NO_KEY, IDS_INPUT_PAD_KEY_B, "pad-3", "b" },
184 { PAD3_KEYS + PAD_KEY_A, NO_KEY, IDS_INPUT_PAD_KEY_A, "pad-3", "a" },
185 { PAD3_KEYS + PAD_KEY_AUTOFIRE_B, NO_KEY, IDS_INPUT_PAD_KEY_AUTOFIRE_B, "pad-3", "auto-fire-b" },
186 { PAD3_KEYS + PAD_KEY_AUTOFIRE_A, NO_KEY, IDS_INPUT_PAD_KEY_AUTOFIRE_A, "pad-3", "auto-fire-a" },
[all …]
/dports/x11-wm/i3/i3-4.20.1/i3bar/src/
H A Dparse_json_header.c23 NO_KEY enumerator
99 current_key = NO_KEY; in parse_json_header()
/dports/x11-wm/i3-gaps/i3-4.20.1/i3bar/src/
H A Dparse_json_header.c23 NO_KEY enumerator
99 current_key = NO_KEY; in parse_json_header()
/dports/graphics/swftools/swftools-0.9.2/lib/as3/
H A Dabc.c42 #define NO_KEY "" macro
124 array_append(file->classes, NO_KEY, c); in abc_class_new()
180 array_append(file->methods, NO_KEY, m); in abc_method_init()
186 array_append(file->method_bodies, NO_KEY, c); in abc_method_init()
345 array_append(file->scripts, NO_KEY, s); in abc_initscript()
803 array_append(file->methods, NO_KEY, m); in swf_ReadABC()
819 array_append(file->classes, NO_KEY, cls); in swf_ReadABC()
901 array_append(file->method_bodies, NO_KEY, c); in swf_ReadABC()
947 array_append(file->scripts, NO_KEY, s); in swf_ReadABC()
971 NEW(abc_method_t,m);array_append(file->methods, NO_KEY, m); in writeABC()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/nls/search/
H A DNLSSearchResultRequestor.java82 private static final String NO_KEY= new String(); field in NLSSearchResultRequestor
211 if (NO_KEY.equals(key)) in isKeyDefined()
308 … return obj instanceof String ? ((String)obj).substring(1, ((String)obj).length() - 1) : NO_KEY; in findKey()
312 return NO_KEY; in findKey()
/dports/emulators/qemu42/qemu-4.2.1/hw/input/
H A Dadb-kbd.c59 #define NO_KEY 0xff macro
63 [0 ... 0xff] = NO_KEY,
322 if (keycode == NO_KEY) { /* We don't want to send this to the guest */ in adb_keyboard_event()
/dports/emulators/qemu/qemu-6.2.0/hw/input/
H A Dadb-kbd.c56 #define NO_KEY 0xff macro
60 [0 ... 0xff] = NO_KEY,
320 if (keycode == NO_KEY) { /* We don't want to send this to the guest */ in adb_keyboard_event()
/dports/emulators/qemu60/qemu-6.0.0/hw/input/
H A Dadb-kbd.c56 #define NO_KEY 0xff macro
60 [0 ... 0xff] = NO_KEY,
320 if (keycode == NO_KEY) { /* We don't want to send this to the guest */ in adb_keyboard_event()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/input/
H A Dadb-kbd.c57 #define NO_KEY 0xff macro
61 [0 ... 0xff] = NO_KEY,
320 if (keycode == NO_KEY) { /* We don't want to send this to the guest */ in adb_keyboard_event()
/dports/emulators/qemu5/qemu-5.2.0/hw/input/
H A Dadb-kbd.c56 #define NO_KEY 0xff macro
60 [0 ... 0xff] = NO_KEY,
320 if (keycode == NO_KEY) { /* We don't want to send this to the guest */ in adb_keyboard_event()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/input/
H A Dadb-kbd.c59 #define NO_KEY 0xff macro
63 [0 ... 0xff] = NO_KEY,
322 if (keycode == NO_KEY) { /* We don't want to send this to the guest */ in adb_keyboard_event()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/input/
H A Dadb-kbd.c59 #define NO_KEY 0xff
63 [0 ... 0xff] = NO_KEY,
322 if (keycode == NO_KEY) { /* We don't want to send this to the guest */
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/input/
H A Dadb-kbd.c59 #define NO_KEY 0xff macro
63 [0 ... 0xff] = NO_KEY,
322 if (keycode == NO_KEY) { /* We don't want to send this to the guest */ in adb_keyboard_event()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/input/
H A Dadb-kbd.c56 #define NO_KEY 0xff macro
60 [0 ... 0xff] = NO_KEY,
320 if (keycode == NO_KEY) { /* We don't want to send this to the guest */ in adb_keyboard_event()
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/addagent/
H A Dmanage_keys.c84 printf(NO_KEY); in k_import()
104 printf(NO_KEY); in k_import()
176 printf(NO_KEY); in k_import()
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/addagent/
H A Dmanage_keys.c84 printf(NO_KEY); in k_import()
104 printf(NO_KEY); in k_import()
176 printf(NO_KEY); in k_import()
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/addagent/
H A Dmanage_keys.c84 printf(NO_KEY); in k_import()
104 printf(NO_KEY); in k_import()
176 printf(NO_KEY); in k_import()
/dports/security/botan110/Botan-1.10.17/src/cms/
H A Dcms_dec.h24 enum Status { GOOD, BAD, NO_KEY, FAILURE }; enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/cdm/
H A Daes_decryptor_unittest.cc434 NO_KEY enumerator
453 case NO_KEY: in DecryptAndExpect()
488 case NO_KEY: in DecryptAndExpect()
818 DecryptAndExpect(encrypted_buffer, original_data_, NO_KEY)); in TEST_P()
834 DecryptAndExpect(encrypted_buffer, original_data_, NO_KEY)); in TEST_P()
850 DecryptAndExpect(encrypted_buffer, original_data_, NO_KEY)); in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/cdm/
H A Daes_decryptor_unittest.cc438 NO_KEY enumerator
457 case NO_KEY: in DecryptAndExpect()
492 case NO_KEY: in DecryptAndExpect()
822 DecryptAndExpect(encrypted_buffer, original_data_, NO_KEY)); in TEST_P()
838 DecryptAndExpect(encrypted_buffer, original_data_, NO_KEY)); in TEST_P()
854 DecryptAndExpect(encrypted_buffer, original_data_, NO_KEY)); in TEST_P()

123