Searched refs:WINDOWLIST (Results 1 – 7 of 7) sorted by relevance
70 WINDOWLIST *wp; in show_window_sizes()173 WINDOWLIST *wp; in child_depth()276 WINDOWLIST *wp; in decrease_size()310 WINDOWLIST *wp; in increase_size()
94 WINDOWLIST *p, *q; in _nc_freewin()269 WINDOWLIST *wp; in NCURSES_SP_NAME()282 if ((wp = typeCalloc(WINDOWLIST, 1)) == 0) in NCURSES_SP_NAME()
50 WINDOWLIST *p; in cannot_delete()
51 WINDOWLIST *p, *q; in NCURSES_EXPORT()
54 WINDOWLIST *wp; in repair_subwindows()
297 #define WINDOWLIST struct _win_list macro866 WINDOWLIST *_nc_windowlist;1222 WINDOWLIST* _windowlist;1247 WINDOWLIST {1248 WINDOWLIST *next;1259 #define WINDOW_EXT(w,m) (((WINDOWLIST *)((void *)((char *)(w) - offsetof(WINDOWLIST, win))))->m)
1933 + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making6126 + make NO_LEAK code compile with revised WINDOWLIST structs.6165 + simplify allocation of WINDOW and WINDOWLIST structs by making the