Searched refs:AT_ANSI (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/less/ |
H A D | line.c | 401 if (linebuf.attr[i] == AT_ANSI) in pshift_all() 467 if (prev_a & (AT_ANSI|AT_BINARY)) in pwidth() 727 } else if (a != AT_ANSI) in store_char() 762 STORE_CHAR(last_ansis[ax].data[i], AT_ANSI, NULL, pos); in store_char() 768 if (a == AT_ANSI) { in store_char() 798 add_linebuf((char) shifted_ansi.data[i], AT_ANSI, 0); in store_char() 811 if (a == AT_ANSI) in store_char() 1030 STORE_CHAR(ch, AT_ANSI, rep, pos); in store_bs() 1036 STORE_CHAR(ch, AT_ANSI, rep, pos); in store_bs() 1072 (linebuf.end > 0 && linebuf.attr[linebuf.end - 1] & (AT_ANSI|AT_BINAR in do_append() [all...] |
H A D | less.h | 433 #define AT_ANSI (1 << 4) /* Content-supplied "ANSI" escape sequence */ 426 #define AT_ANSI global() macro
|
H A D | screen.c | 2808 int ignore_modes = AT_ANSI; in win32_kbhit()
|