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

/freebsd-13-stable/contrib/less/
H A Ddecode.c23 * If an action byte is OR-ed with A_EXTRA, this indicates
109 '{',0, A_F_BRACKET|A_EXTRA, '{','}',0,
110 '}',0, A_B_BRACKET|A_EXTRA, '{','}',0,
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,
141 ESC,'/',0, A_F_SEARCH|A_EXTRA, '*',0,
142 ESC,'?',0, A_B_SEARCH|A_EXTRA, '*',0,
163 ':','t',0, A_OPT_TOGGLE|A_EXTRA, '
[all...]
H A Dcmd.h89 #define A_EXTRA 0200 macro
H A Dlesskey.c72 * string <0> <action|A_EXTRA> chars <0>
77 * If action is ORed with A_EXTRA, the action byte is followed
701 * OR the special value A_EXTRA into the action byte.
704 add_cmd_char(action | A_EXTRA);
734 add_cmd_char(EV_OK|A_EXTRA);

Completed in 127 milliseconds