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

  /src/lib/libcurses/
newwin.c 49 static WINDOW *__subwin(WINDOW *orig, int nlines, int ncols, int by, int bx,
61 return __subwin(orig, nlines, ncols, orig->begy + by, orig->begx + bx,
74 return __subwin(orig, nlines, ncols, orig->begy + by, orig->begx + bx,
188 return __subwin(orig, nlines, ncols, by, bx, FALSE);
192 __subwin(WINDOW *orig, int nlines, int ncols, int by, int bx, int ispad) function in typeref:typename:WINDOW *
newwin.c 49 static WINDOW *__subwin(WINDOW *orig, int nlines, int ncols, int by, int bx,
61 return __subwin(orig, nlines, ncols, orig->begy + by, orig->begx + bx,
74 return __subwin(orig, nlines, ncols, orig->begy + by, orig->begx + bx,
188 return __subwin(orig, nlines, ncols, by, bx, FALSE);
192 __subwin(WINDOW *orig, int nlines, int ncols, int by, int bx, int ispad) function in typeref:typename:WINDOW *
newwin.c 49 static WINDOW *__subwin(WINDOW *orig, int nlines, int ncols, int by, int bx,
61 return __subwin(orig, nlines, ncols, orig->begy + by, orig->begx + bx,
74 return __subwin(orig, nlines, ncols, orig->begy + by, orig->begx + bx,
188 return __subwin(orig, nlines, ncols, by, bx, FALSE);
192 __subwin(WINDOW *orig, int nlines, int ncols, int by, int bx, int ispad) function in typeref:typename:WINDOW *

Completed in 34 milliseconds