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()
181 WINDOWLIST *wp; in child_depth()
284 WINDOWLIST *wp; in decrease_size()
319 WINDOWLIST *wp; in increase_size()
H A Dlib_newwin.c105 WINDOWLIST *p, *q; in _nc_freewin()
274 WINDOWLIST *wp; in NCURSES_SP_NAME()
287 if ((wp = typeCalloc(WINDOWLIST, 1)) == 0) in NCURSES_SP_NAME()
H A Dlib_delwin.c56 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.h360 #define WINDOWLIST struct _win_list macro
1206 WINDOWLIST* _windowlist;
1253 WINDOWLIST {
1254 WINDOWLIST *next;
1265 #define WINDOW_EXT(w,m) (((WINDOWLIST *)((void *)((char *)(w) - offsetof(WINDOWLIST, win))))->m)
/freebsd/contrib/ncurses/
H A DNEWS6315 + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
10507 + make NO_LEAK code compile with revised WINDOWLIST structs.
10546 + simplify allocation of WINDOW and WINDOWLIST structs by making the