Home
last modified time | relevance | path

Searched refs:SK_SPECIAL_KEY (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/less/
H A Dcmd.h133 #define SK_SPECIAL_KEY CONTROL('K')
129 #define SK_SPECIAL_KEY global() macro
H A Dlesskey_parse.c202 { SK_SPECIAL_KEY, SK_CONTROL_K, 6, 1, 1, 1, '\0' }; in tstr()
268 buf[0] = SK_SPECIAL_KEY; in tstr()
H A Ddecode.c47 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()