Searched defs:CBIT (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dcurshdr.h175 #define CBIT 002000000000 /* indicator for a continuing col */ macro
181 #define ISCBIT(x) ((x) & CBIT)
182 #define SETCBIT(x) ((x) |= CBIT)
183 #define CLRCBIT(x) ((x) &= ~CBIT)

Completed in 22 milliseconds