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

12

/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h718 extern int wtouchln(WINDOW *, int, int, int);
1080 #define touchline(w, y, n) wtouchln(w, y, n, 1)
1081 #define touchwin(w) wtouchln(w, 0, (w)->_maxy, 1)
1082 #define untouchwin(w) wtouchln(w, 0, (w)->_maxy, 0)
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h720 extern int wtouchln(WINDOW *, int, int, int);
1085 #define touchline(w, y, n) wtouchln(w, y, n, 1)
1086 #define touchwin(w) wtouchln(__w1 = (w), 0, __w1->_maxy, 1)
1087 #define untouchwin(w) wtouchln(__w1 = (w), 0, __w1->_maxy, 0)
/osnet-11/usr/src/lib/libcurses/screen/
H A Dwrefresh.c193 (void) wtouchln(_virtscr, 0, scrli, -1);
1232 (void) wtouchln(_virtscr, topy, scrli, FALSE);
H A Dllib-lcurses1246 /* wtouchln.c */
1247 int wtouchln(WINDOW *win, int y, int n, int changed);
/osnet-11/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses1033 * wtouchln.c
1035 int wtouchln(WINDOW *, int, int, int);
H A Dllib-lxcurses1017 * wtouchln.c
1019 int wtouchln(WINDOW *, int, int, int);
/osnet-11/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses1017 * wtouchln.c
1019 int wtouchln(WINDOW *, int, int, int);
H A Dllib-lxcurses1017 * wtouchln.c
1019 int wtouchln(WINDOW *, int, int, int);
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c975 (void) wtouchln(newscr, 0, newscr->_maxy, 1);
/osnet-11/usr/src/lib/libcurses/
H A DMakefile.com97 wtimeout.o wtouchln.o wvline.o pair_cont.o start_col.o \
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c1089 (void) wtouchln(newscr, 0, newscr->_maxy, 1);

Completed in 46 milliseconds

12