Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Ddecode.c23 * 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 Dcmd.h94 #define A_EXTRA 0200
90 #define A_EXTRA global() macro
H A Dlesskey_parse.c533 * 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()