Home
last modified time | relevance | path

Searched refs:WINDOWLIST (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dresizeterm.c77 WINDOWLIST *wp; in show_window_sizes()
182 WINDOWLIST *wp; in child_depth()
285 WINDOWLIST *wp; in decrease_size()
320 WINDOWLIST *wp; in increase_size()
H A Dlib_newwin.c105 WINDOWLIST *p, *q; in _nc_freewin()
270 WINDOWLIST *wp; in NCURSES_SP_NAME()
283 if ((wp = typeCalloc(WINDOWLIST, 1)) == NULL) in NCURSES_SP_NAME()
H A Dlib_delwin.c54 WINDOWLIST *p; in cannot_delete()
H A Dlib_freeall.c73 WINDOWLIST *p, *q; in NCURSES_EXPORT()
H A Dwresize.c55 WINDOWLIST *wp; in repair_subwindows()
H A Dlib_set_term.c152 WINDOWLIST *wl; in delscreen()
/freebsd/contrib/ncurses/ncurses/
H A Dterm.priv.h235 #define WINDOWLIST struct _win_list macro
238 WINDOWLIST * _nc_windowlist;
H A Dcurses.priv.h384 #define WINDOWLIST struct _win_list macro
1271 WINDOWLIST* _windowlist;
1318 WINDOWLIST {
1319 WINDOWLIST *next;
1330 #define WINDOW_EXT(w,m) (((WINDOWLIST *)((void *)((char *)(w) - offsetof(WINDOWLIST, win))))->m)
/freebsd/contrib/ncurses/
H A DNEWS6884 + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
11076 + make NO_LEAK code compile with revised WINDOWLIST structs.
11115 + simplify allocation of WINDOW and WINDOWLIST structs by making the