newwin.c | 90 if ((new_one = __newwin(_cursesi_screen, win->maxy, win->maxx, 107 return __newwin(_cursesi_screen, nlines, ncols, by, bx, FALSE, FALSE); 120 return __newwin(_cursesi_screen, nlines, ncols, 0, 0, TRUE, FALSE); 124 __newwin(SCREEN *screen, int nlines, int ncols, int by, int bx, int ispad, function in typeref:typename:WINDOW *
|