Searched refs:ISCBIT (Results 1 - 23 of 23) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dmbmove.c58 if (ISCBIT(*wp)) {
60 if (!ISCBIT(*wp))
65 if (!ISCBIT(*wp))
H A Dwadjcurspos.c43 while ((x > 0) && (ISCBIT(_yy[x]))) --x;
H A Dwmovenextch.c55 if (ISCBIT(_yy[x])) {
H A Dwmoveprevch.c51 while ((x > 0) && (ISCBIT(_yy[x])))
H A Dmbinsshift.c53 /* ASSERT(!ISCBIT(wcp[x])); */
62 if (!ISCBIT(*wp))
78 if (ISCBIT(wcp[x + mv]))
89 mv = (int)(ISCBIT(*ep));
H A Dwborder.c100 if (ISCBIT(variables[i]))
111 if (!ISCBIT(_y[0][x]))
114 if (!ISCBIT(_y[0][endx])) {
134 if (!ISCBIT(_y[endy][x]))
137 if (!ISCBIT(_y[endy][xend])) {
165 if (!ISCBIT(wc) && _curs_scrwidth[TYPE(RBYTE(wc))] == 1)
168 if (!ISCBIT(wc) && _curs_scrwidth[TYPE(RBYTE(wc))] == 1)
H A Dcopywin.c103 if (!ISCBIT(*spDst))
108 if (!ISCBIT(*epDst))
119 if (!ISCBIT(*spSrc))
124 if (!ISCBIT(*epSrc))
134 if (ISCBIT(*spDst))
138 if (ISCBIT(*epDst))
H A Dmbaddch.c53 if (ISCBIT(*wp)) {
55 if (!ISCBIT(*wp))
109 if (ISCBIT(*wp)) {
111 if (!ISCBIT(*wp))
115 if (!ISCBIT(*wp))
127 if (!ISCBIT(*wp))
157 if (ISCBIT(c))
H A Dwinstr.c58 while (ISCBIT(*ptr) && (p1st < ptr))
H A Dwaddwchnstr.c59 while (ISCBIT(*ptr)) {
110 while (ISCBIT(*ptr))
H A Ddupwin.c115 if (!ISCBIT(*ws))
118 if (!ISCBIT(*we))
H A Dwdelch.c78 if (!ISCBIT(*cp))
H A Dwinchnstr.c65 while (ISCBIT(*ptr)) {
H A Dwinnstr.c63 while (ISCBIT(*ptr))
H A Dwinnwstr.c55 while (ISCBIT(*ptr))
H A Dwinwchnstr.c59 while (ISCBIT(*ptr)) {
H A Dwinwstr.c50 while (ISCBIT(*ptr) && (p1st < ptr))
H A Dwnoutref.c137 if (ISCBIT(wc[lo])) {
139 if (!ISCBIT(wc[x]))
143 if (!ISCBIT(wc[x]))
154 if (!ISCBIT(wc[x]))
H A Dmvcur.c339 if (iscont == 0 && !ISCBIT(scp[x]))
347 curscr->_maxx && ISCBIT(scp[nx])))
371 if (iscont == 0 && !ISCBIT(scp[x]))
379 nx < curscr->_maxx && ISCBIT(scp[nx])))
H A Dwrefresh.c412 if (!ISCBIT(*wp) && !ISCBIT(*sp))
426 if (!ISCBIT(*wp) && !ISCBIT(*sp))
443 if (!ISCBIT(*sp))
486 if (!ISCBIT(*wp))
539 if (!ISCBIT(*wcp) && !ISCBIT(*scp))
553 if (!ISCBIT(*sp))
629 if (wx > idcx && !ISCBIT(*sc
[all...]
H A Dwbkgd.c74 if (ISCBIT(nbkgdc))
H A Dwclrtoeol.c70 if (!ISCBIT(win->_y[y][cx]))
H A Dcurshdr.h181 #define ISCBIT(x) ((x) & CBIT) macro

Completed in 25 milliseconds