/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 *
|