Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Dline.c403 if (linebuf.attr[i] == AT_ANSI) in pshift_all()
468 if (prev_a & (AT_ANSI|AT_BINARY)) in pwidth()
702 } else if (a != AT_ANSI) in store_char()
737 STORE_CHAR(last_ansis[ax].data[i], AT_ANSI, NULL, pos); in store_char()
743 if (a == AT_ANSI) { in store_char()
773 add_linebuf(shifted_ansi.data[i], AT_ANSI, 0); in store_char()
786 if (a == AT_ANSI) in store_char()
991 STORE_CHAR(ch, AT_ANSI, rep, pos); in store_ansi()
997 STORE_CHAR(ch, AT_ANSI, rep, pos); in store_ansi()
1164 addstr_linebuf("\033[m", AT_ANSI, 0); in add_attr_normal()
[all …]
H A Dless.h426 #define AT_ANSI (1 << 4) /* Content-supplied "ANSI" escape sequence */ macro
H A Dscreen.c2725 int ignore_modes = AT_ANSI; in at_switch()