Searched refs:_makenew (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | V2.makenew.c | 52 return (_makenew(num_lines, num_cols, begy, begx)); in makenew()
|
H A D | getwin.c | 66 SEPARATE_READ) || ((win = _makenew(maxy = win_nums[2], maxx = in getwin()
|
H A D | derwin.c | 76 if ((win = _makenew(num_lines, nc, by + orig->_begy, in derwin()
|
H A D | newwin.c | 61 if ((by < 0) || (bx < 0) || ((win = _makenew(nlines, ncols, by, in newwin()
|
H A D | makenew.c | 52 _makenew(int nlines, int ncols, int begy, int begx) in _makenew() function
|
H A D | curshdr.h | 300 extern WINDOW *_makenew(int, int, int, int);
|
H A D | mapfile-vers | 457 _makenew;
|
H A D | llib-lcurses | 750 WINDOW *_makenew(int nlines, int ncols, int begy, int begx);
|