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

/netbsd-current/lib/libcurses/
H A Dget_wstr.c182 touchline(win, win->cury, 1);
H A Dtouchwin.c76 * touchline --
81 touchline(WINDOW *win, int start, int count) function
83 __CTRACE(__CTRACE_LINE, "touchline: (%p, %d, %d)\n", win, start, count);
H A DMakefile176 curses_touch.3 touchline.3 curses_touch.3 touchoverlap.3 \
H A Dcurses.h764 int touchline(WINDOW *, int, int);
/netbsd-current/tests/lib/libcurses/tests/
H A DMakefile172 FILES+= touchline
/netbsd-current/tests/lib/libcurses/
H A Dt_curses.sh1579 atf_test_case touchline
1582 atf_set "descr" "Checks touchline to touch lines"
1586 h_run touchline
2384 atf_add_test_case touchline
/netbsd-current/tests/lib/libcurses/slave/
H A Dcurses_commands.c2671 report_return(touchline(win, start, count));

Completed in 188 milliseconds