Searched refs:AT_BINARY (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))))
719 STORE_CHAR(*s, AT_BINARY, NULL, pos);
868 || (attr[curr - 1] & (AT_ANSI|AT_BINARY)))
968 STORE_CHAR(*s, AT_BINARY, NULL, pos);
H A Dless.h371 #define AT_BINARY (1 << 5) /* LESS*BINFMT representation */ macro
H A Dscreen.c2275 if (attr & AT_BINARY)
2279 attr &= ~(AT_BINARY|AT_HILITE);

Completed in 110 milliseconds