HomeSort by: relevance | last modified time | path
    Searched refs:wtouchln (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libcurses/
touchwin.c 89 return wtouchln(win, start, count, 1);
95 * wtouchln().
100 return wtouchln(win, start, count, 1);
134 return wtouchln(win, 0, win->maxy, 1);
139 * Mark entire window as corrupted. Implemented using wtouchln().
145 return wtouchln(win, 0, win->maxy, 1);
156 return wtouchln(win, 0, win->maxy, 0);
160 * wtouchln --
165 wtouchln(WINDOW *win, int line, int n, int changed) function in typeref:typename:int
170 __CTRACE(__CTRACE_LINE, "wtouchln: (%p) %d, %d, %d\n"
    [all...]
Makefile 209 curses_touch.3 wtouchln.3 curses_underscore.3 wunderend.3 \
curses.h 829 int wtouchln(WINDOW *, int, int, int);
  /src/tests/lib/libcurses/tests/
Makefile 221 FILES+= wtouchln
  /src/tests/lib/libcurses/
t_curses.sh 1619 atf_test_case wtouchln
1626 h_run wtouchln
2388 atf_add_test_case wtouchln
  /src/tests/lib/libcurses/check_files/
Makefile 285 FILES+= wtouchln.chk
  /src/tests/lib/libcurses/slave/
curses_commands.c 3405 report_return(wtouchln(win, line, n, changed));

Completed in 17 milliseconds