Home
last modified time | relevance | path

Searched defs:begx (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewwin.c62 __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 Dnewpad.c64 int nlines, ncols, begy, begx; variable
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewwin.c70 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 Dnewpad.c66 subpad(WINDOW *parent, int nlines, int ncols, int begy, int begx) in subpad()
/titanic_41/usr/src/ucblib/libcurses/
H A Dnewwin.c40 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 DV2.makenew.c50 makenew(int num_lines, int num_cols, int begy, int begx) in makenew()
H A Dmakenew.c52 _makenew(int nlines, int ncols, int begy, int begx) in _makenew()