Home | History | Annotate | Download | only in include

Lines Matching defs:sib

731   NCursesWindow* sib;              // next subwindow of parent
770 : w(rhs.w), alloced(rhs.alloced), par(rhs.par), subwins(rhs.subwins), sib(rhs.sib)
1237 NCursesWindow* sibling() { return sib; }