Home | History | Annotate | Download | only in libcurses

Lines Matching defs:orig

61 	parent = win->orig;
102 WINDOW *orig;
113 orig = win->orig;
114 if (orig == NULL) {
115 orig = win;
121 } while (win != orig);
123 if (by < orig->begy || win->maxy + dy > orig->maxy)
125 if (bx < orig->begx || win->maxx + dx > orig->maxx)
130 __set_subwin(orig, win);