Home
last modified time | relevance | path

Searched refs:normal_bind (Results 1 – 2 of 2) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch_data.h259 #define CHECK_INPUT_DRIVER_BLOCK_HOTKEY(normal_bind, autoconf_bind) \ argument
261 (((normal_bind)->key != RETROK_UNKNOWN) \
262 || ((normal_bind)->mbutton != NO_BTN) \
263 || ((normal_bind)->joykey != NO_BTN) \
264 || ((normal_bind)->joyaxis != AXIS_NONE) \
/dports/net/multicat/multicat-2.3/
H A Dutil.c792 goto normal_bind; in OpenSocket()
797 normal_bind: in OpenSocket()