Home
last modified time | relevance | path

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

/dragonfly/usr.bin/window/
HDwwiomux.c112 !ISSET(w->ww_pflags, WWP_STOPPED)) in wwiomux()
194 SET(w->ww_pflags, WWP_STOPPED); in wwiomux()
196 CLR(w->ww_pflags, WWP_STOPPED); in wwiomux()
198 CLR(w->ww_pflags, WWP_STOPPED); in wwiomux()
217 !ISSET(w->ww_pflags, WWP_STOPPED)) { in wwiomux()
226 !ISSET(w->ww_pflags, WWP_STOPPED)) { in wwiomux()
HDmloop.c67 ISSET(w->ww_pflags, WWP_STOPPED)) in mloop()
HDwin.c298 SET(w->ww_pflags, WWP_STOPPED); in stopwin()
308 CLR(w->ww_pflags, WWP_STOPPED); in startwin()
HDww.h127 #define WWP_STOPPED 0x0200 /* output stopped */ macro
HDwwwrite.c67 while (p < q && !ISSET(w->ww_pflags, WWP_STOPPED) && in wwwrite()