Home
last modified time | relevance | path

Searched refs:WWW_HASCURSOR (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/usr.bin/window/
Dwwcursor.c52 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)) {
Dwwsize.c175 if (ISSET(w->ww_wflags, WWW_HASCURSOR)) {
176 CLR(w->ww_wflags, WWW_HASCURSOR);
Dwwmisc.c59 if (ISSET(w->ww_wflags, WWW_HASCURSOR)
Dww.h110 #define WWW_HASCURSOR 0x0100 /* has fake cursor */ macro
Dwwwrite.c71 hascursor = ISSET(w->ww_wflags, WWW_HASCURSOR);