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

/netbsd-current/lib/libcurses/
H A Dchgat.c48 return mvwchgat(stdscr, y, x, n, attr, color, opts);
54 return mvwchgat(win, win->cury, win->curx, n, attr, color, opts);
58 mvwchgat(WINDOW *win , int y, int x, int count, attr_t attr, short color, function
74 __CTRACE(__CTRACE_ATTR, "mvwchgat: x: %d y: %d count: %d attr: 0x%x "
H A DMakefile73 curses_chgat.3 mvwchgat.3 curses_chgat.3 wchgat.3 \
H A Dcurses.h844 int mvwchgat(WINDOW *, int, int, int, attr_t, short, const void *);
/netbsd-current/tests/lib/libcurses/tests/
H A DMakefile138 FILES+= mvwchgat
/netbsd-current/tests/lib/libcurses/
H A Dt_curses.sh1365 atf_test_case mvwchgat
1372 h_run mvwchgat
2353 atf_add_test_case mvwchgat
/netbsd-current/external/bsd/nvi/dist/cl/
H A Dcl_funcs.c345 mvwchgat(win, RLNO(sp, LASTLINE(sp)), 0, -1, A_NORMAL, 0, NULL);
/netbsd-current/tests/lib/libcurses/slave/
H A Dcurses_commands.c3607 report_return(mvwchgat(win, y, x, n, attr, colour, NULL));

Completed in 176 milliseconds