Searched defs:begx (Results 1 – 7 of 7) sorted by relevance
/titanic_41/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) in derwin() argument 279 newwin(nlines, ncols, begy, begx) in newwin() argument 294 subwin(parent, nlines, ncols, begy, begx) in subwin() argument
|
H A D | newpad.c | 64 int nlines, ncols, begy, begx; variable
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | newwin.c | 70 int nlines, int ncols, int begy, int begx) in __m_newwin() 267 int nlines, int ncols, int begy, int begx) in derwin() 284 newwin(int nlines, int ncols, int begy, int begx) in newwin() 294 subwin(WINDOW *parent, int nlines, int ncols, int begy, int begx) in subwin()
|
H A D | newpad.c | 66 subpad(WINDOW *parent, int nlines, int ncols, int begy, int begx) in subpad()
|
/titanic_41/usr/src/ucblib/libcurses/ |
H A D | newwin.c | 40 newwin(int num_lines, int num_cols, int begy, int begx) in newwin() 95 subwin(WINDOW *orig, int num_lines, int num_cols, int begy, int begx) in subwin() 155 makenew(int num_lines, int num_cols, int begy, int begx) in makenew()
|
/titanic_41/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()
|
H A D | makenew.c | 52 _makenew(int nlines, int ncols, int begy, int begx) in _makenew()
|