Home
last modified time | relevance | path

Searched refs:_makenew (Results 1 – 8 of 8) sorted by relevance

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