Home
last modified time | relevance | path

Searched refs:ww_type (Results 1 – 6 of 6) sorted by relevance

/dragonfly/usr.bin/window/
H A Dwwiomux.c165 if (w->ww_type == WWT_PTY) { in wwiomux()
182 } else if (w->ww_type != WWT_PTY) { in wwiomux()
203 if (w->ww_type == WWT_PTY) in wwiomux()
H A Dmloop.c66 if (w->ww_type != WWT_PTY && in mloop()
H A Dwin.c295 if (w->ww_pty >= 0 && w->ww_type == WWT_PTY && wwstoptty(w->ww_pty) < 0) in stopwin()
304 if (w->ww_pty >= 0 && w->ww_type == WWT_PTY && in startwin()
H A Dwwopen.c94 w->ww_type = type; in wwopen()
H A Dwwsize.c174 if (w->ww_type == WWT_PTY && w->ww_pty >= 0) in wwsize()
H A Dww.h122 int ww_type; member