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

  /src/lib/libcurses/
scanw.c 83 * mvscanw, mvwscanw --
84 * Implement the mvscanw commands. Due to the variable number of
88 mvscanw(int y, int x, const char *fmt,...) function in typeref:typename:int
curses.h 710 int mvscanw(int, int, const char *, ...) __scanflike(3, 4);
  /src/tests/lib/libcurses/tests/
Makefile 130 FILES+= mvscanw
  /src/tests/lib/libcurses/
t_curses.sh 2156 atf_test_case mvscanw
2163 h_run mvscanw
2456 atf_add_test_case mvscanw
  /src/tests/lib/libcurses/slave/
curses_commands.c 1995 report_return(ret = mvscanw(y, x, fmt, string));
1998 report_return(ret = mvscanw(y, x, fmt, &val));
2005 * When mvscanw(3) fails, string is not modified.

Completed in 15 milliseconds