Home
last modified time | relevance | path

Searched refs:wtouchln (Results 1 – 25 of 45) sorted by relevance

12

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtouchwin.c54 return (wtouchln(w, 0, w->_maxy, 1)); in touchwin()
62 return (wtouchln(w, 0, w->_maxy, 0)); in untouchwin()
70 return (wtouchln(w, y, n, 1)); in touchline()
H A Dwtouchln.c56 wtouchln(WINDOW *w, int y, int n, int bf) in wtouchln() function
H A Dwinsdel.c91 (void) wtouchln(w, w->_cury, w->_maxy - w->_cury, 1); in winsdelln()
H A Dmvwin.c88 (void) wtouchln(w, 0, w->_maxy, 1); in mvwin()
H A Dwscrl.c136 (void) wtouchln(w, 0, w->_maxy, 1); in wscrl()
H A Dnewwin.c228 (void) wtouchln(w, 0, w->_maxy, 0); in __m_newwin()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtouchwin.c54 return __m_return_code("touchwin", wtouchln(w, 0, w->_maxy, 1));
65 return __m_return_code("untouchwin", wtouchln(w, 0, w->_maxy, 0));
77 return __m_return_code("touchline", wtouchln(w, y, n, 1));
H A Dwtouchln.c51 wtouchln(w, y, n, bf) in wtouchln() function
H A Dwscrl.c92 (void) wtouchln(w, 0, w->_maxy, 1);
H A Dwinsdel.c96 (void) wtouchln(w, w->_cury, w->_maxy - w->_cury, 1);
H A Dmvwin.c90 (void) wtouchln(w, 0, w->_maxy, 1);
H A Dnewwin.c213 (void) wtouchln(w, 0, w->_maxy, 0);
H A Dslk.c181 code = wtouchln(__m_screen->_slk._w, 0, 1, 1); in slk_touch()
/titanic_41/usr/src/lib/libcurses/screen/
H A Dtouchwin.c50 return (wtouchln(win, 0, win->_maxy, TRUE)); in touchwin()
H A Duntouchwin.c50 return (wtouchln(win, 0, win->_maxy, FALSE)); in untouchwin()
H A D_touchline.c51 return (wtouchln(win, y, n, TRUE)); in touchline()
H A Dmvwin.c59 (void) wtouchln(win, 0, win->_maxy, -1); in mvwin()
H A Dwtouchln.c58 wtouchln(WINDOW *win, int y, int n, int changed) in wtouchln() function
H A Dinit_pair.c96 (void) wtouchln(_virtscr, in init_pair()
H A Dprefresh.c185 (void) wtouchln(padwin, 0, prows, TRUE); in _padjust()
H A Dwborder.c180 return (wtouchln((win), 0, (win)->_maxy, TRUE)); in wborder()
H A Didlok.c169 (void) wtouchln(_virtscr, tsy, bsy - tsy, -1); in _use_idln()
/titanic_41/usr/src/lib/libxcurses2/
H A DMakefile.com66 delch.o keypad.o slk.o wattr_on.o wtouchln.o \
/titanic_41/usr/src/lib/libxcurses/
H A DMakefile.com68 delch.o keypad.o slk.o wattr_on.o wtouchln.o \
/titanic_41/usr/src/lib/libxcurses/src/
H A Dmapfile-vers423 wtouchln;

12