Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ncurses/ncurses/base/
Dresizeterm.c70 WINDOWLIST *wp; in show_window_sizes()
173 WINDOWLIST *wp; in child_depth()
276 WINDOWLIST *wp; in decrease_size()
310 WINDOWLIST *wp; in increase_size()
Dlib_newwin.c94 WINDOWLIST *p, *q; in _nc_freewin()
269 WINDOWLIST *wp; in NCURSES_SP_NAME()
282 if ((wp = typeCalloc(WINDOWLIST, 1)) == 0) in NCURSES_SP_NAME()
Dlib_delwin.c50 WINDOWLIST *p; in cannot_delete()
Dlib_freeall.c51 WINDOWLIST *p, *q; in NCURSES_EXPORT()
Dwresize.c54 WINDOWLIST *wp; in repair_subwindows()
/freebsd-12-stable/contrib/ncurses/ncurses/
Dcurses.priv.h297 #define WINDOWLIST struct _win_list macro
866 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)
/freebsd-12-stable/contrib/ncurses/
DNEWS1933 + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
6126 + make NO_LEAK code compile with revised WINDOWLIST structs.
6165 + simplify allocation of WINDOW and WINDOWLIST structs by making the