Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtouchwin.c52 return (wtouchln(w, 0, w->_maxy, 1)); in touchwin()
60 return (wtouchln(w, 0, w->_maxy, 0)); in untouchwin()
68 return (wtouchln(w, y, n, 1)); in touchline()
H A Dwtouchln.c54 wtouchln(WINDOW *w, int y, int n, int bf) in wtouchln() function
H A Dwinsdel.c89 (void) wtouchln(w, w->_cury, w->_maxy - w->_cury, 1); in winsdelln()
H A Dmvwin.c86 (void) wtouchln(w, 0, w->_maxy, 1); in mvwin()
H A Dwscrl.c134 (void) wtouchln(w, 0, w->_maxy, 1); in wscrl()
H A Dnewwin.c226 (void) wtouchln(w, 0, w->_maxy, 0); in __m_newwin()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtouchwin.c52 return __m_return_code("touchwin", wtouchln(w, 0, w->_maxy, 1));
63 return __m_return_code("untouchwin", wtouchln(w, 0, w->_maxy, 0));
75 return __m_return_code("touchline", wtouchln(w, y, n, 1));
H A Dwtouchln.c49 wtouchln(w, y, n, bf) in wtouchln() function
H A Dwscrl.c90 (void) wtouchln(w, 0, w->_maxy, 1);
H A Dwinsdel.c94 (void) wtouchln(w, w->_cury, w->_maxy - w->_cury, 1);
H A Dmvwin.c88 (void) wtouchln(w, 0, w->_maxy, 1);
H A Dnewwin.c211 (void) wtouchln(w, 0, w->_maxy, 0);
H A Dslk.c173 code = wtouchln(__m_screen->_slk._w, 0, 1, 1); in slk_touch()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtouchwin.c48 return (wtouchln(win, 0, win->_maxy, TRUE)); in touchwin()
H A Duntouchwin.c48 return (wtouchln(win, 0, win->_maxy, FALSE)); in untouchwin()
H A D_touchline.c49 return (wtouchln(win, y, n, TRUE)); in touchline()
H A Dmvwin.c57 (void) wtouchln(win, 0, win->_maxy, -1); in mvwin()
H A Dwtouchln.c56 wtouchln(WINDOW *win, int y, int n, int changed) in wtouchln() function
H A Dinit_pair.c94 (void) wtouchln(_virtscr, in init_pair()
H A Dprefresh.c183 (void) wtouchln(padwin, 0, prows, TRUE); in _padjust()
H A Dwborder.c178 return (wtouchln((win), 0, (win)->_maxy, TRUE)); in wborder()
H A Didlok.c167 (void) wtouchln(_virtscr, tsy, bsy - tsy, -1); in _use_idln()
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com67 delch.o keypad.o slk.o wattr_on.o wtouchln.o \
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h716 extern int wtouchln(WINDOW *, int, int, int);
1078 #define touchline(w, y, n) wtouchln(w, y, n, 1)
1079 #define touchwin(w) wtouchln(w, 0, (w)->_maxy, 1)
1080 #define untouchwin(w) wtouchln(w, 0, (w)->_maxy, 0)
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h718 extern int wtouchln(WINDOW *, int, int, int);
1083 #define touchline(w, y, n) wtouchln(w, y, n, 1)
1084 #define touchwin(w) wtouchln(__w1 = (w), 0, __w1->_maxy, 1)
1085 #define untouchwin(w) wtouchln(__w1 = (w), 0, __w1->_maxy, 0)

12