Searched refs:A_EXTRA (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/less/ |
H A D | decode.c | 23 * If an action byte is OR-ed with A_EXTRA, this indicates 111 '{',0, A_F_BRACKET|A_EXTRA, '{','}',0, 112 '}',0, A_B_BRACKET|A_EXTRA, '{','}',0, 113 '(',0, A_F_BRACKET|A_EXTRA, '(',')',0, 114 ')',0, A_B_BRACKET|A_EXTRA, '(',')',0, 115 '[',0, A_F_BRACKET|A_EXTRA, '[',']',0, 116 ']',0, A_B_BRACKET|A_EXTRA, '[',']',0, 143 ESC,'/',0, A_F_SEARCH|A_EXTRA, '*',0, 144 ESC,'?',0, A_B_SEARCH|A_EXTRA, '*',0, 173 ':','t',0, A_OPT_TOGGLE|A_EXTRA, ' [all...] |
H A D | cmd.h | 94 #define A_EXTRA 0200 90 #define A_EXTRA global() macro
|
H A D | lesskey_parse.c | 533 * OR the special value A_EXTRA into the action byte. in parse_cmdline() 536 add_cmd_char((unsigned char) (action | A_EXTRA), tables); 580 add_cmd_char(EV_OK|A_EXTRA, tables); in parse_varline()
|