Home
last modified time | relevance | path

Searched refs:ww_obe (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.bin/window/
H A Dwwiomux.c82 if (w->ww_pty < 0 || w->ww_obq >= w->ww_obe) in wwiomux()
107 if (w->ww_obq < w->ww_obe) { in wwiomux()
173 n = read(w->ww_pty, p, w->ww_obe - p); in wwiomux()
H A Dwwopen.c119 w->ww_obe = w->ww_ob + 512; in wwopen()
H A Dww.h133 char *ww_obe; /* end of ww_ob */ member