Searched defs:begy (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | newwin.c | 60 __m_newwin(parent, nlines, ncols, begy, begx) in __m_newwin() argument 251 derwin(parent, nlines, ncols, begy, begx) in derwin() argument 277 newwin(nlines, ncols, begy, begx) in newwin() argument 292 subwin(parent, nlines, ncols, begy, begx) in subwin() argument
|
H A D | newpad.c | 62 int nlines, ncols, begy, begx; variable
|
H A D | initscr.c | 68 int i, n, begy; in initscr() local
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | newwin.c | 68 int nlines, int ncols, int begy, int begx) in __m_newwin() 265 int nlines, int ncols, int begy, int begx) in derwin() 282 newwin(int nlines, int ncols, int begy, int begx) in newwin() 292 subwin(WINDOW *parent, int nlines, int ncols, int begy, int begx) in subwin()
|
H A D | newpad.c | 65 subpad(WINDOW *parent, int nlines, int ncols, int begy, int begx) in subpad()
|
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | newwin.c | 38 newwin(int num_lines, int num_cols, int begy, int begx) in newwin() 93 subwin(WINDOW *orig, int num_lines, int num_cols, int begy, int begx) in subwin() 153 makenew(int num_lines, int num_cols, int begy, int begx) in makenew()
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | V2.makenew.c | 48 makenew(int num_lines, int num_cols, int begy, int begx) in makenew()
|
H A D | makenew.c | 50 _makenew(int nlines, int ncols, int begy, int begx) in _makenew()
|