HomeSort by: relevance | last modified time | path
    Searched defs:AT_BINARY (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/less/dist/
line.c 470 if (prev_a & (AT_ANSI|AT_BINARY))
865 STORE_STRING(prchar(c), AT_BINARY|AT_COLOR_CTRL, pos);
1033 (linebuf.end > 0 && linebuf.attr[linebuf.end - 1] & (AT_ANSI|AT_BINARY))))
1135 STORE_STRING(prutfchar(ch), AT_BINARY, pos);
less.h 429 #define AT_BINARY (1 << 5) /* LESS*BINFMT representation */

Completed in 26 milliseconds