Home
last modified time | relevance | path

Searched defs:begy (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewwin.c60 __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 Dnewpad.c62 int nlines, ncols, begy, begx; variable
H A Dinitscr.c68 int i, n, begy; in initscr() local
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewwin.c68 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 Dnewpad.c65 subpad(WINDOW *parent, int nlines, int ncols, int begy, int begx) in subpad()
/illumos-gate/usr/src/ucblib/libcurses/
H A Dnewwin.c38 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 DV2.makenew.c48 makenew(int num_lines, int num_cols, int begy, int begx) in makenew()
H A Dmakenew.c50 _makenew(int nlines, int ncols, int begy, int begx) in _makenew()