/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | touchwin.c | 54 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 D | wtouchln.c | 56 wtouchln(WINDOW *w, int y, int n, int bf) in wtouchln() function
|
H A D | winsdel.c | 91 (void) wtouchln(w, w->_cury, w->_maxy - w->_cury, 1); in winsdelln()
|
H A D | mvwin.c | 88 (void) wtouchln(w, 0, w->_maxy, 1); in mvwin()
|
H A D | wscrl.c | 136 (void) wtouchln(w, 0, w->_maxy, 1); in wscrl()
|
H A D | newwin.c | 228 (void) wtouchln(w, 0, w->_maxy, 0); in __m_newwin()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | touchwin.c | 54 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 D | wtouchln.c | 51 wtouchln(w, y, n, bf) in wtouchln() function
|
H A D | wscrl.c | 92 (void) wtouchln(w, 0, w->_maxy, 1);
|
H A D | winsdel.c | 96 (void) wtouchln(w, w->_cury, w->_maxy - w->_cury, 1);
|
H A D | mvwin.c | 90 (void) wtouchln(w, 0, w->_maxy, 1);
|
H A D | newwin.c | 213 (void) wtouchln(w, 0, w->_maxy, 0);
|
H A D | slk.c | 181 code = wtouchln(__m_screen->_slk._w, 0, 1, 1); in slk_touch()
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | touchwin.c | 50 return (wtouchln(win, 0, win->_maxy, TRUE)); in touchwin()
|
H A D | untouchwin.c | 50 return (wtouchln(win, 0, win->_maxy, FALSE)); in untouchwin()
|
H A D | _touchline.c | 51 return (wtouchln(win, y, n, TRUE)); in touchline()
|
H A D | mvwin.c | 59 (void) wtouchln(win, 0, win->_maxy, -1); in mvwin()
|
H A D | wtouchln.c | 58 wtouchln(WINDOW *win, int y, int n, int changed) in wtouchln() function
|
H A D | init_pair.c | 96 (void) wtouchln(_virtscr, in init_pair()
|
H A D | prefresh.c | 185 (void) wtouchln(padwin, 0, prows, TRUE); in _padjust()
|
H A D | wborder.c | 180 return (wtouchln((win), 0, (win)->_maxy, TRUE)); in wborder()
|
H A D | idlok.c | 169 (void) wtouchln(_virtscr, tsy, bsy - tsy, -1); in _use_idln()
|
/titanic_41/usr/src/lib/libxcurses2/ |
H A D | Makefile.com | 66 delch.o keypad.o slk.o wattr_on.o wtouchln.o \
|
/titanic_41/usr/src/lib/libxcurses/ |
H A D | Makefile.com | 68 delch.o keypad.o slk.o wattr_on.o wtouchln.o \
|
/titanic_41/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 423 wtouchln;
|