Home | Sort by: relevance | last modified time | path |
/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; |