Searched refs:KEY_STOP (Results 1 – 7 of 7) sorted by relevance
158 #define KEY_STOP 128 /* AC Stop */ macro
206 #define KEY_STOP 128 /* AC Stop */ macro
117 [KEY_STOP] = "Stop", [KEY_AGAIN] = "Again",
895 #if defined(KEY_STOP) || (defined(HAVE_DECL_KEY_STOP) && HAVE_DECL_KEY_STOP)897 static_assert((KEY_STOP) == (128), "KEY_STOP != 128");900 # define KEY_STOP 1283975 [KEY_STOP] = XLAT(KEY_STOP),
133 KEY_STOP 128
331 KEY_STOP = 128 # AC Stop variable
168 pub const KEY_STOP: u16 = 128; constant