Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/base/
HDresizeterm.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()
HDlib_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()
HDlib_delwin.c51 WINDOWLIST *p; in cannot_delete()
HDlib_freeall.c73 WINDOWLIST *p, *q; in NCURSES_EXPORT()
HDwresize.c55 WINDOWLIST *wp; in repair_subwindows()
/dragonfly/contrib/ncurses/ncurses/
HDcurses.priv.h322 #define WINDOWLIST struct _win_list macro
961 WINDOWLIST *_nc_windowlist;
1353 WINDOWLIST* _windowlist;
1399 WINDOWLIST {
1400 WINDOWLIST *next;
1411 #define WINDOW_EXT(w,m) (((WINDOWLIST *)((void *)((char *)(w) - offsetof(WINDOWLIST, win))))->m)