Searched refs:_ISMARK2 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmvcur.c75 /* This is called _ISMARK2 so it doesn't conflict with _ISMARK1 in wrefresh.c */
77 #define _ISMARK2(x) (mks[(x) / BITSPERBYTE] & (1<<((x) % BITSPERBYTE))) macro
343 ceol_standout_glitch || (mks && !_ISMARK2(x))) {
375 ceol_standout_glitch || (mks && !_ISMARK2(x))) {
H A Dwrefresh.c72 #define _ISMARK2(y, x) (color_marks ? (color_marks[y][x / BITSPERBYTE] & \ macro
504 _ISMARK2(wy, idcx))
668 !_ISMARK2(wy, color_attrx))) {
689 !_ISMARK2(wy, color_attrx)) {
1025 if (_ISMARK2(y, x))

Completed in 58 milliseconds