Lines Matching refs:orig
33 WINDOW *orig;40 orig = win->_orig;41 if (orig == NULL) {42 orig = win;48 } while (win != orig);50 if (by < orig->_begy || win->_maxy + dy > orig->_maxy)52 if (bx < orig->_begx || win->_maxx + dx > orig->_maxx)57 _set_subwin_(orig, win);