HomeSort by: relevance | last modified time | path
    Searched refs:A_EXTRA (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/less/dist/
decode.c 25 * 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,
165 ':','t',0, A_OPT_TOGGLE|A_EXTRA, 't',0
    [all...]
cmd.h 92 #define A_EXTRA 0200
lesskey_parse.c 528 * OR the special value A_EXTRA into the action byte.
531 add_cmd_char((unsigned char) (action | A_EXTRA), tables);
575 add_cmd_char(EV_OK|A_EXTRA, tables);

Completed in 15 milliseconds