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

/netbsd-current/lib/libcurses/
H A Dtouchwin.c84 return wtouchln(win, start, count, 1);
90 * wtouchln().
95 return wtouchln(win, start, count, 1);
126 return wtouchln(win, 0, win->maxy, 1);
131 * Mark entire window as corrupted. Implemented using wtouchln().
137 return wtouchln(win, 0, win->maxy, 1);
148 return wtouchln(win, 0, win->maxy, 0);
152 * wtouchln --
157 wtouchln(WINDOW *win, int line, int n, int changed) function
162 __CTRACE(__CTRACE_LINE, "wtouchln
[all...]
H A DMakefile209 curses_touch.3 wtouchln.3 curses_underscore.3 wunderend.3 \
H A Dcurses.h827 int wtouchln(WINDOW *, int, int, int);
/netbsd-current/tests/lib/libcurses/tests/
H A DMakefile221 FILES+= wtouchln
/netbsd-current/tests/lib/libcurses/
H A Dt_curses.sh1619 atf_test_case wtouchln
1626 h_run wtouchln
2388 atf_add_test_case wtouchln
/netbsd-current/tests/lib/libcurses/check_files/
H A DMakefile285 FILES+= wtouchln.chk
/netbsd-current/tests/lib/libcurses/slave/
H A Dcurses_commands.c3405 report_return(wtouchln(win, line, n, changed));

Completed in 149 milliseconds