Home
last modified time | relevance | path

Searched defs:_ISMARK2 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmvcur.c75 #define _ISMARK2(x) (mks[(x) / BITSPERBYTE] & (1<<((x) % BITSPERBYTE))) macro
H A Dwrefresh.c70 #define _ISMARK2(y, x) (color_marks ? (color_marks[y][x / BITSPERBYTE] & \ macro