Searched refs:is_wintouched (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/lib/libcurses/
H A Dtouchwin.c99 * is_wintouched --
103 is_wintouched(WINDOW *win) function
107 __CTRACE(__CTRACE_LINE, "is_wintouched: (%p, maxy %d)\n", win,
260 if (is_wintouched(w)) {
H A Dget_wch.c451 if (!(win->flags & __ISPAD) && is_wintouched(win))
H A DMakefile116 curses_touch.3 is_wintouched.3 curses_screen.3 isendwin.3 \
H A Dgetch.c801 if (is_wintouched(win))
H A Dcurses.h697 bool is_wintouched(WINDOW *);
/netbsd-current/tests/lib/libcurses/tests/
H A DMakefile94 FILES+= is_wintouched
/netbsd-current/tests/lib/libcurses/
H A Dt_curses.sh1639 atf_test_case is_wintouched
1646 h_run is_wintouched
2390 atf_add_test_case is_wintouched
/netbsd-current/tests/lib/libcurses/slave/
H A Dcurses_commands.c1836 report_int(is_wintouched(win));

Completed in 130 milliseconds