Home
last modified time | relevance | path

Searched refs:AT_ANSI (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/less/dist/
H A Dline.c405 if (linebuf.attr[i] == AT_ANSI) in pshift_all()
470 if (prev_a & (AT_ANSI|AT_BINARY)) in pwidth()
704 } else if (a != AT_ANSI) in store_char()
739 STORE_CHAR(last_ansis[ax].data[i], AT_ANSI, NULL, pos); in store_char()
745 if (a == AT_ANSI) { in store_char()
775 add_linebuf(shifted_ansi.data[i], AT_ANSI, 0); in store_char()
788 if (a == AT_ANSI) in store_char()
993 STORE_CHAR(ch, AT_ANSI, rep, pos); in store_ansi()
999 STORE_CHAR(ch, AT_ANSI, rep, pos); in store_ansi()
1033 (linebuf.end > 0 && linebuf.attr[linebuf.end - 1] & (AT_ANSI|AT_BINARY)))) in store_bs()
[all …]
H A Dless.h428 #define AT_ANSI (1 << 4) /* Content-supplied "ANSI" escape sequence */ macro
H A Dscreen.c2738 int ignore_modes = AT_ANSI; in at_switch()
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dsubsearch.lt2755 int ignore_modes = AT_ANSI;