Home
last modified time | relevance | path

Searched refs:ww_wstate (Results 1 – 2 of 2) sorted by relevance

/original-bsd/usr.bin/window/
H A Dwwwrite.c56 if (w->ww_wstate == 0 &&
126 } else switch (w->ww_wstate) {
160 w->ww_wstate = 1;
165 w->ww_wstate = 0;
231 w->ww_wstate = 2;
238 w->ww_wstate = 4;
241 w->ww_wstate = 5;
248 w->ww_wstate = 3;
253 w->ww_wstate = 0;
257 w->ww_wstate = 0;
[all …]
H A Dww.h62 char ww_wstate; /* state for outputting characters */ member