HomeSort by: relevance | last modified time | path
    Searched defs:wlp2 (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libcurses/
newwin.c 265 struct __winlist *wlp, *wlp2; local in function:__makenew
320 wlp2 = screen->winlistp;
321 while (wlp2->nextp != NULL)
322 wlp2 = wlp2->nextp;
323 wlp2->nextp = wlp;
newwin.c 265 struct __winlist *wlp, *wlp2; local in function:__makenew
320 wlp2 = screen->winlistp;
321 while (wlp2->nextp != NULL)
322 wlp2 = wlp2->nextp;
323 wlp2->nextp = wlp;

Completed in 63 milliseconds