Searched defs:__window (Results 1 – 1 of 1) sorted by relevance
100 struct __window { /* Window structure. */ struct101 struct __window *nextp, *orig; /* Subwindows list and parent. */ argument102 int begy, begx; /* Window home. */103 int cury, curx; /* Current x, y coordinates. */104 int maxy, maxx; /* Maximum values for curx, cury. */105 int reqy, reqx; /* Size requested when created */106 int ch_off; /* x offset for firstch/lastch. */107 __LINE **alines; /* Array of pointers to the lines */108 __LINE *lspace; /* line space (for cleanup) */109 __LDATA *wspace; /* window space (for cleanup) */[all …]