Home
last modified time | relevance | path

Searched refs:wwcurwin (Results 1 – 4 of 4) sorted by relevance

/original-bsd/usr.bin/window/
H A Dmloop.c23 } else if (wwcurwin->ww_state != WWS_HASPROC) { in mloop()
24 if (!wwcurwin->ww_keepopen) in mloop()
25 closewin(wwcurwin); in mloop()
31 register struct ww *w = wwcurwin; in mloop()
H A Dwwiomux.c66 if (wwcurwin != 0) in wwiomux()
67 wwcurtowin(wwcurwin); in wwiomux()
158 if ((w = wwcurwin) != 0 && w->ww_pty >= 0 && in wwiomux()
H A Dcmd.c237 wwcurwin = 0;
245 wwcurwin = selwin;
H A Dww.h230 struct ww *wwcurwin; /* window to copy input into */ variable