/titanic_52/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | newwin.c | 62 __m_newwin(parent, nlines, ncols, begy, begx) in __m_newwin() argument 253 derwin(parent,nlines,ncols,begy,begx) derwin() argument 279 newwin(nlines,ncols,begy,begx) newwin() argument 294 subwin(parent,nlines,ncols,begy,begx) subwin() argument [all...] |
H A D | newpad.c | 64 int nlines, ncols, begy, begx; variable
|
/titanic_52/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | newwin.c | 70 int nlines, int ncols, int begy, int begx) in __m_newwin() argument 267 derwin(WINDOW * parent,int nlines,int ncols,int begy,int begx) derwin() argument 284 newwin(int nlines,int ncols,int begy,int begx) newwin() argument 294 subwin(WINDOW * parent,int nlines,int ncols,int begy,int begx) subwin() argument [all...] |
H A D | newpad.c | 66 subpad(WINDOW *parent, int nlines, int ncols, int begy, int begx) in subpad() argument
|
/titanic_52/usr/src/ucblib/libcurses/ |
H A D | newwin.c | 40 newwin(int num_lines, int num_cols, int begy, int begx) in newwin() argument 95 subwin(WINDOW *orig, int num_lines, int num_cols, int begy, int begx) in subwin() argument 155 makenew(int num_lines, int num_cols, int begy, int begx) in makenew() argument
|
/titanic_52/usr/src/lib/libcurses/screen/ |
H A D | V2.makenew.c | 50 makenew(int num_lines, int num_cols, int begy, int begx) in makenew() argument
|
H A D | makenew.c | 52 _makenew(int nlines, int ncols, int begy, int begx) in _makenew() argument
|