Searched refs:WWW_HASCURSOR (Results 1 – 5 of 5) sorted by relevance
52 if (ISSET(w->ww_wflags, WWW_HASCURSOR))54 SET(w->ww_wflags, WWW_HASCURSOR);56 if (!ISSET(w->ww_wflags, WWW_HASCURSOR))58 CLR(w->ww_wflags, WWW_HASCURSOR);89 ISSET((w = wwindex[i])->ww_wflags, WWW_HASCURSOR)) {
175 if (ISSET(w->ww_wflags, WWW_HASCURSOR)) {176 CLR(w->ww_wflags, WWW_HASCURSOR);
59 if (ISSET(w->ww_wflags, WWW_HASCURSOR)
110 #define WWW_HASCURSOR 0x0100 /* has fake cursor */ macro
71 hascursor = ISSET(w->ww_wflags, WWW_HASCURSOR);