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

  /src/lib/libcurses/
inchstr.c 69 * mvinchstr, mvinchnstr --
82 mvinchnstr(int y, int x, chtype *chstr, int n) function in typeref:typename:int
Makefile 134 curses_inch.3 mvinchnstr.3 \
curses.h 492 #define mvinchnstr(y, x, c, n) mvwinchnstr(stdscr, y, x, c, n) macro
598 int mvinchnstr(int, int, chtype *, int);
  /src/tests/lib/libcurses/tests/
Makefile 121 FILES+= mvinchnstr
  /src/tests/lib/libcurses/
t_curses.sh 755 atf_test_case mvinchnstr
758 atf_set "descr" "Move the cursor read characters from stdscr - tests both mvinchstr and mvinchnstr"
762 h_run mvinchnstr
768 atf_set "descr" "Move the cursor read characters from window - tests both mvinchstr and mvinchnstr"
2284 atf_add_test_case mvinchnstr
  /src/tests/lib/libcurses/slave/
curses_commands.c 903 report_return(mvinchnstr(y, x, string, count));

Completed in 38 milliseconds