Searched refs:wtouchln (Results 1 - 25 of 36) sorted by relevance

12

/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtouchwin.c54 return (wtouchln(w, 0, w->_maxy, 1));
62 return (wtouchln(w, 0, w->_maxy, 0));
70 return (wtouchln(w, y, n, 1));
H A Dwtouchln.c32 * 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 Dmvwin.c88 (void) wtouchln(w, 0, w->_maxy, 1);
H A Dwinsdel.c91 (void) wtouchln(w, w->_cury, w->_maxy - w->_cury, 1);
H A Dwscrl.c136 (void) wtouchln(w, 0, w->_maxy, 1);
H A Dnewwin.c228 (void) wtouchln(w, 0, w->_maxy, 0);
H A Dslk.c155 code = wtouchln(w, 0, 1, 1);
/osnet-11/usr/src/lib/libcurses/screen/
H A D_touchline.c51 return (wtouchln(win, y, n, TRUE));
H A Dtouchwin.c50 return (wtouchln(win, 0, win->_maxy, TRUE));
H A Duntouchwin.c50 return (wtouchln(win, 0, win->_maxy, FALSE));
H A Dmvwin.c59 (void) wtouchln(win, 0, win->_maxy, -1);
H A Dwtouchln.c58 wtouchln(WINDOW *win, int y, int n, int changed) function
H A Dinit_pair.c96 (void) wtouchln(_virtscr,
H A Dprefresh.c185 (void) wtouchln(padwin, 0, prows, TRUE);
H A Dwborder.c180 return (wtouchln((win), 0, (win)->_maxy, TRUE));
H A Didlok.c169 (void) wtouchln(_virtscr, tsy, bsy - tsy, -1);
/osnet-11/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.c30 * 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 Dmvwin.c90 (void) wtouchln(w, 0, w->_maxy, 1);
H A Dwinsdel.c96 (void) wtouchln(w, w->_cury, w->_maxy - w->_cury, 1);
H A Dwscrl.c92 (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);
/osnet-11/usr/src/lib/libxcurses/
H A DMakefile.com67 delch.o keypad.o slk.o wattr_on.o wtouchln.o \
/osnet-11/usr/src/lib/libxcurses2/
H A DMakefile.com65 delch.o keypad.o slk.o wattr_on.o wtouchln.o \

Completed in 65 milliseconds

12