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