Searched refs:SK_SPECIAL_KEY (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/less/ |
H A D | cmd.h | 133 #define SK_SPECIAL_KEY CONTROL('K') 129 #define SK_SPECIAL_KEY global() macro
|
H A D | lesskey_parse.c | 202 { SK_SPECIAL_KEY, SK_CONTROL_K, 6, 1, 1, 1, '\0' }; in tstr() 268 buf[0] = SK_SPECIAL_KEY; in tstr()
|
H A D | decode.c | 47 SK_SPECIAL_KEY, (k), 6, 1, 1, 1 285 if (*fm != SK_SPECIAL_KEY) in expand_special_keys() 291 * After SK_SPECIAL_KEY, next byte is the type in expand_special_keys() 295 * SK_SPECIAL_KEY and key type bytes). in expand_special_keys()
|