Searched refs:WWP_STOPPED (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/usr.bin/window/ |
| HD | wwiomux.c | 112 !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()
|
| HD | mloop.c | 67 ISSET(w->ww_pflags, WWP_STOPPED)) in mloop()
|
| HD | win.c | 298 SET(w->ww_pflags, WWP_STOPPED); in stopwin() 308 CLR(w->ww_pflags, WWP_STOPPED); in startwin()
|
| HD | ww.h | 127 #define WWP_STOPPED 0x0200 /* output stopped */ macro
|
| HD | wwwrite.c | 67 while (p < q && !ISSET(w->ww_pflags, WWP_STOPPED) && in wwwrite()
|