Searched refs:WINDOWLIST (Results 1 – 9 of 9) sorted by relevance
77 WINDOWLIST *wp; in show_window_sizes()182 WINDOWLIST *wp; in child_depth()285 WINDOWLIST *wp; in decrease_size()320 WINDOWLIST *wp; in increase_size()
105 WINDOWLIST *p, *q; in _nc_freewin()270 WINDOWLIST *wp; in NCURSES_SP_NAME()283 if ((wp = typeCalloc(WINDOWLIST, 1)) == NULL) in NCURSES_SP_NAME()
54 WINDOWLIST *p; in cannot_delete()
73 WINDOWLIST *p, *q; in NCURSES_EXPORT()
55 WINDOWLIST *wp; in repair_subwindows()
152 WINDOWLIST *wl; in delscreen()
235 #define WINDOWLIST struct _win_list macro238 WINDOWLIST * _nc_windowlist;
384 #define WINDOWLIST struct _win_list macro1271 WINDOWLIST* _windowlist;1318 WINDOWLIST {1319 WINDOWLIST *next;1330 #define WINDOW_EXT(w,m) (((WINDOWLIST *)((void *)((char *)(w) - offsetof(WINDOWLIST, win))))->m)
6884 + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making11076 + make NO_LEAK code compile with revised WINDOWLIST structs.11115 + simplify allocation of WINDOW and WINDOWLIST structs by making the