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

  /src/lib/libcurses/
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 *
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 *

Completed in 26 milliseconds