Home
last modified time | relevance | path

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

/titanic_52/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) derwin() argument
279 newwin(nlines,ncols,begy,begx) newwin() argument
294 subwin(parent,nlines,ncols,begy,begx) subwin() argument
[all...]
H A Dnewpad.c64 int nlines, ncols, begy, begx; variable
/titanic_52/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewwin.c70 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 Dnewpad.c66 subpad(WINDOW *parent, int nlines, int ncols, int begy, int begx) in subpad() argument
/titanic_52/usr/src/ucblib/libcurses/
H A Dnewwin.c40 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 DV2.makenew.c50 makenew(int num_lines, int num_cols, int begy, int begx) in makenew() argument
H A Dmakenew.c52 _makenew(int nlines, int ncols, int begy, int begx) in _makenew() argument