HomeSort by: relevance | last modified time | path
    Searched refs:winlistp (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libcurses/
delwin.c 84 for (wl = screen->winlistp; wl; pwl = wl, wl = wl->nextp) {
90 screen->winlistp = wl->nextp;
screen.c 188 new_screen->winlistp = NULL;
279 while ((list = screen->winlistp) != NULL) {
281 if (list == screen->winlistp)
newwin.c 317 if (screen->winlistp == NULL)
318 screen->winlistp = wlp;
320 wlp2 = screen->winlistp;
color.c 247 for (wlp = _cursesi_screen->winlistp; wlp != NULL; wlp = wlp->nextp) {
663 for (wlp = _cursesi_screen->winlistp; wlp != NULL; wlp = wlp->nextp) {
curses_private.h 265 struct __winlist *winlistp; member in struct:__screen
resize.c 206 for (list = _cursesi_screen->winlistp; list != NULL; list = list->nextp) {

Completed in 14 milliseconds