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

  /src/lib/libcurses/
chgat.c 41 return wchgat(stdscr, n, attr, color, opts);
52 wchgat(WINDOW *win, int n, attr_t attr, short color, const void *opts) function in typeref:typename:int
Makefile 73 curses_chgat.3 mvwchgat.3 curses_chgat.3 wchgat.3 \
curses.h 844 int wchgat(WINDOW *, int, attr_t, short, const void *);
  /src/tests/lib/libcurses/tests/
Makefile 192 FILES+= wchgat
  /src/tests/lib/libcurses/
t_curses.sh 1345 atf_test_case wchgat
1352 h_run wchgat
2351 atf_add_test_case wchgat
  /src/tests/lib/libcurses/slave/
curses_commands.c 3574 report_return(wchgat(win, n, attr, colour, NULL));

Completed in 16 milliseconds