Home
last modified time | relevance | path

Searched refs:keys_old (Results 1 – 9 of 9) sorted by relevance

/dports/dns/opendnssec2/opendnssec-2.1.10/signer/src/signer/
H A Dkeys.c98 key_type* keys_old = NULL; in keylist_push() local
102 keys_old = kl->keys; in keylist_push()
108 if (keys_old) { in keylist_push()
109 memcpy(kl->keys, keys_old, (kl->count) * sizeof(key_type)); in keylist_push()
111 free(keys_old); in keylist_push()
/dports/emulators/cannonball/cannonball-0.34/src/main/sdl2/
H A Dinput.hpp40 bool keys_old[15]; member in Input
H A Dinput.cpp124 return keys[p] && !keys_old[p]; in has_pressed()
144 memcpy(&keys_old, &keys, sizeof(keys)); in frame_done()
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dz-term.h171 key_queue *keys_old; member
H A Dc-util.c354 Term->keys_old = Term->keys;
376 if (Term->keys_old) {
378 C_KILL(Term->keys_old->queue, Term->keys_old->size, char);
379 KILL(Term->keys_old, key_queue);
391 if (Term->keys_old) {
393 Term_keypress_aux(Term->keys_old, ch);
422 if (Term->keys_old) {
428 Term->keys = Term->keys_old;
429 Term->keys_old = NULL;
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_registry.c291 unsigned long keys_old, unsigned long values_old, in format_changes() argument
324 (void) sh_unix_gmttime (keys_old, timestr2, sizeof(timestr2)); in format_changes()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_registry.c291 unsigned long keys_old, unsigned long values_old, in format_changes() argument
324 (void) sh_unix_gmttime (keys_old, timestr2, sizeof(timestr2)); in format_changes()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_registry.c291 unsigned long keys_old, unsigned long values_old, in format_changes() argument
324 (void) sh_unix_gmttime (keys_old, timestr2, sizeof(timestr2)); in format_changes()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/libpicofe/
H A Dinput.c436 int keys_old = menu_key_state; in in_menu_wait_any() local
444 if (keys_old != menu_key_state) in in_menu_wait_any()