Home
last modified time | relevance | path

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

/netbsd/lib/libcurses/
H A Dcurses_private.h159 struct __winlist { struct
161 struct __winlist *nextp; /* Next window. */ argument
264 struct __winlist *winlistp;
H A Ddelwin.c54 struct __winlist *wl, *pwl; in delwin()
H A Dnewwin.c261 struct __winlist *wlp, *wlp2; in __makenew()
304 if ((wlp = malloc(sizeof(struct __winlist))) == NULL) { in __makenew()
H A Dcolor.c95 struct __winlist *wlp; in start_color()
641 struct __winlist *wlp; in __change_pair()
H A Dscreen.c271 struct __winlist *list; in __delscreen()
H A Dresize.c184 struct __winlist *list; in resize_term()