Home
last modified time | relevance | path

Searched refs:KBD_STOP (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-fmsx/fmsx-libretro-c2c26b1/fMSX/
H A DMSX.h183 #define KBD_STOP 0x11 macro
/dports/games/libretro-fmsx/fmsx-libretro-c2c26b1/
H A Dlibretro.c84 { RETROK_PAUSE, KBD_STOP },
/dports/www/links/links-2.25/
H A Dterminal.c657 if (ev.x == KBD_STOP) { in t_kbd()
790 if (ev->ev == EV_KBD && ev->x == KBD_STOP) { in in_term()
H A Dx.c1033 } else if (ks == XK_Cancel) { *key = KBD_STOP; in x_translate_key()
1050 if (!casestrcmp(str, cast_uchar "XF86Stop")) { *key = KBD_STOP; return 1; } in x_translate_key()
H A Dpmshell.c812 case VK_BROWSER_STOP: key = KBD_STOP; break; in pm_window_proc()
H A Dlinks.h1747 #define KBD_STOP -0x10f macro