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

  /src/lib/libcurses/
chgat.c 48 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 in typeref:typename:int
77 __CTRACE(__CTRACE_ATTR, "mvwchgat: x: %d y: %d count: %d attr: 0x%x "
Makefile 73 curses_chgat.3 mvwchgat.3 curses_chgat.3 wchgat.3 \
curses.h 846 int mvwchgat(WINDOW *, int, int, int, attr_t, short, const void *);
  /src/tests/lib/libcurses/tests/
Makefile 138 FILES+= mvwchgat
  /src/tests/lib/libcurses/
t_curses.sh 1365 atf_test_case mvwchgat
1372 h_run mvwchgat
2353 atf_add_test_case mvwchgat
  /src/tests/lib/libcurses/slave/
curses_commands.c 3607 report_return(mvwchgat(win, y, x, n, attr, colour, NULL));

Completed in 16 milliseconds