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

/freebsd-10.0-release/contrib/less/
H A Dline.c492 && (!(attr[curr - 1] & (AT_ANSI|AT_BINARY))))
587 if (a != AT_ANSI)
610 a = AT_ANSI; /* Will force re-AT_'ing around it. */
615 a = AT_ANSI; /* Will force re-AT_'ing around it. */
868 || (attr[curr - 1] & (AT_ANSI|AT_BINARY)))
1024 attr[curr++] = AT_ANSI;
H A Dless.h370 #define AT_ANSI (1 << 4) /* Content-supplied "ANSI" escape sequence */ macro
H A Dscreen.c2251 int ignore_modes = AT_ANSI;

Completed in 90 milliseconds