Searched refs:wwcurwin (Results 1 – 4 of 4) sorted by relevance
23 } 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()
66 if (wwcurwin != 0) in wwiomux()67 wwcurtowin(wwcurwin); in wwiomux()158 if ((w = wwcurwin) != 0 && w->ww_pty >= 0 && in wwiomux()
237 wwcurwin = 0;245 wwcurwin = selwin;
230 struct ww *wwcurwin; /* window to copy input into */ variable