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

/freebsd-9.3-release/contrib/less/
H A Dline.c493 && (!(attr[curr - 1] & (AT_ANSI|AT_BINARY))))
588 if (a != AT_ANSI)
611 a = AT_ANSI; /* Will force re-AT_'ing around it. */
616 a = AT_ANSI; /* Will force re-AT_'ing around it. */
869 || (attr[curr - 1] & (AT_ANSI|AT_BINARY)))
1025 attr[curr++] = AT_ANSI;
H A Dless.h371 #define AT_ANSI (1 << 4) /* Content-supplied "ANSI" escape sequence */ macro
H A Dscreen.c2252 int ignore_modes = AT_ANSI;

Completed in 61 milliseconds