/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | touchwin.c | 54 return (wtouchln(w, 0, w->_maxy, 1)); 62 return (wtouchln(w, 0, w->_maxy, 0)); 70 return (wtouchln(w, y, n, 1));
|
H A D | wtouchln.c | 32 * wtouchln.c 44 "libxcurses/src/libc/xcurses/rcs/wtouchln.c 1.6 1998/06/03 12:57:09 " 56 wtouchln(WINDOW *w, int y, int n, int bf) function
|
H A D | mvwin.c | 88 (void) wtouchln(w, 0, w->_maxy, 1);
|
H A D | winsdel.c | 91 (void) wtouchln(w, w->_cury, w->_maxy - w->_cury, 1);
|
H A D | wscrl.c | 136 (void) wtouchln(w, 0, w->_maxy, 1);
|
H A D | newwin.c | 228 (void) wtouchln(w, 0, w->_maxy, 0);
|
H A D | slk.c | 155 code = wtouchln(w, 0, 1, 1);
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _touchline.c | 51 return (wtouchln(win, y, n, TRUE));
|
H A D | touchwin.c | 50 return (wtouchln(win, 0, win->_maxy, TRUE));
|
H A D | untouchwin.c | 50 return (wtouchln(win, 0, win->_maxy, FALSE));
|
H A D | mvwin.c | 59 (void) wtouchln(win, 0, win->_maxy, -1);
|
H A D | wtouchln.c | 58 wtouchln(WINDOW *win, int y, int n, int changed) function
|
H A D | init_pair.c | 96 (void) wtouchln(_virtscr,
|
H A D | prefresh.c | 185 (void) wtouchln(padwin, 0, prows, TRUE);
|
H A D | wborder.c | 180 return (wtouchln((win), 0, (win)->_maxy, TRUE));
|
H A D | idlok.c | 169 (void) wtouchln(_virtscr, tsy, bsy - tsy, -1);
|
/illumos-gate/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 | 30 * wtouchln.c 40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/wtouchln.c 1.1 1995/05/12 20:06:28 ant Exp $"; 51 wtouchln(w, y, n, bf) function 58 __m_trace("wtouchln(%p, %d, %d, %d)", w, y, n, bf); 68 return __m_return_code("wtouchln", OK);
|
H A D | mvwin.c | 90 (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 | wscrl.c | 92 (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);
|
/illumos-gate/usr/src/lib/libxcurses/ |
H A D | Makefile.com | 68 delch.o keypad.o slk.o wattr_on.o wtouchln.o \
|
/illumos-gate/usr/src/lib/libxcurses2/ |
H A D | Makefile.com | 66 delch.o keypad.o slk.o wattr_on.o wtouchln.o \
|