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

/haiku-fatelf/src/bin/less/
H A Ddecode.c24 * If an action byte is OR-ed with A_EXTRA, this indicates
99 '{',0, A_F_BRACKET|A_EXTRA, '{','}',0,
100 '}',0, A_B_BRACKET|A_EXTRA, '{','}',0,
101 '(',0, A_F_BRACKET|A_EXTRA, '(',')',0,
102 ')',0, A_B_BRACKET|A_EXTRA, '(',')',0,
103 '[',0, A_F_BRACKET|A_EXTRA, '[',']',0,
104 ']',0, A_B_BRACKET|A_EXTRA, '[',']',0,
130 ESC,'/',0, A_F_SEARCH|A_EXTRA, '*',0,
131 ESC,'?',0, A_B_SEARCH|A_EXTRA, '*',0,
149 ':','t',0, A_OPT_TOGGLE|A_EXTRA, '
[all...]
H A Dcmd.h77 #define A_EXTRA 0200 macro
H A Dlesskey.c73 * string <0> <action|A_EXTRA> chars <0>
78 * If action is ORed with A_EXTRA, the action byte is followed
691 * OR the special value A_EXTRA into the action byte.
694 add_cmd_char(action | A_EXTRA);
724 add_cmd_char(EV_OK|A_EXTRA);

Completed in 110 milliseconds