Searched refs:_makenew (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A DV2.makenew.c52 return (_makenew(num_lines, num_cols, begy, begx));
H A Dderwin.c76 if ((win = _makenew(num_lines, nc, by + orig->_begy,
H A Dgetwin.c66 SEPARATE_READ) || ((win = _makenew(maxy = win_nums[2], maxx =
H A Dnewwin.c61 if ((by < 0) || (bx < 0) || ((win = _makenew(nlines, ncols, by,
H A Dmakenew.c52 _makenew(int nlines, int ncols, int begy, int begx) function
86 strcpy(curs_parm_err, "_makenew");
H A Dcurshdr.h300 extern WINDOW *_makenew(int, int, int, int);
H A Dllib-lcurses750 WINDOW *_makenew(int nlines, int ncols, int begy, int begx);

Completed in 83 milliseconds