Home
last modified time | relevance | path

Searched refs:touchline (Results 1 – 19 of 19) sorted by relevance

/mirbsd/src/lib/libncurses/src/ncurses/base/
Dlib_redrawln.c56 if (touchline(win, beg, num) == ERR) in NCURSES_EXPORT()
Dlib_scroll.c115 touchline(win, top, bottom - top + 1); in NCURSES_EXPORT()
Dlib_overlay.c179 touchline(dst, dminrow, (dmaxrow - dminrow + 1)); in copywin()
/mirbsd/src/lib/libncurses/src/panel/
Dpanel.c144 touchline(pan->win, start, count); in _nc_Touchline()
Dpanel.priv.h102 # define Touchline(pan,start,count) touchline((pan)->win,start,count)
/mirbsd/src/lib/libocurses/
Dtouchwin.c41 touchline(win, y, sx, ex) in touchline() function
Dcurses.h267 int touchline(WINDOW *, int, int, int);
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYCurses.c2172 touchline(LYwin, row, 0, COLS); in LYtouchline()
2174 touchline(LYwin, row, 1); in LYtouchline()
/mirbsd/src/lib/libncurses/
DMakefile441 MLINKS+= curs_touch.3 touchline.3
/mirbsd/src/lib/libncurses/src/include/
Dcurses.head744 extern NCURSES_EXPORT(int) touchline (WINDOW *, int, int); /* generated */
911 #define touchline(win, s, c) wtouchln((win), s, c, 1)
Dcurses.h.in741 extern NCURSES_EXPORT(int) touchline (WINDOW *, int, int); /* generated */
904 #define touchline(win, s, c) wtouchln((win), s, c, 1) macro
/mirbsd/src/gnu/usr.bin/lynx/
Daclocal.m42098 dnl Check for the flavor of the touchline function, to distinguish between BSD
2102 AC_CACHE_CHECK(for curses touchline function,cf_cv_curs_touchline,[
2105 [touchline(stdscr, 1,2,3);],
2109 [touchline(stdscr, 1,2);],
2114 AC_DEFINE(HAVE_BSD_TOUCHLINE,1,[Define to 1 if curses has bsd-style touchline])
2117 AC_DEFINE(HAVE_SYSV_TOUCHLINE,1,[Define to 1 if curses has sysv-style touchline])
Dconfigure.in1479 touchline \
Dconfigure16197 echo $ac_n "checking for curses touchline function""... $ac_c" 1>&6
16198 echo "configure:16199: checking for curses touchline function" >&5
16209 touchline(stdscr, 1,2,3);
DCHANGES3324 * add a configure check for BSD- and SYSV-style curses touchline function,
3896 * add configure checks for touchline() and touchwin(), use this info to work
5173 wredrawln, not touchline) it should really get better...
6105 * change touchline() call in LYOptions.c to touchwin() in case anyone wants to
6256 touchline() in popup_choice().
/mirbsd/src/distrib/lists/htman/htmi/
Dmi5503 ./man3/touchline.htm
/mirbsd/src/lib/libncurses/src/
DNEWS3101 + add prototypes for touchline() and touchwin(), adding them to the
5410 + move logic that invokes touchline(), or does the equivalent, into
/mirbsd/src/distrib/lists/base/dev/
Dmi7281 ./usr/share/man/cat3/touchline.0
/mirbsd/src/share/dict/
Dweb2204182 touchline