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

  /src/lib/libcurses/
addnstr.c 92 __CTRACE(__CTRACE_INPUT, "mvaddnstr: y: %d, x: %d, string: %s\n", y,
112 * mvaddnstr --
117 mvaddnstr(int y, int x, const char *str, int count) function in typeref:typename:int
119 __CTRACE(__CTRACE_INPUT, "mvaddnstr: n: %d, y: %d, x: %d, string: %s\n",
Makefile 122 curses_addchstr.3 mvaddchstr.3 curses_addstr.3 mvaddnstr.3 \
curses.h 485 #define mvaddnstr(y, x, s, n) mvwaddnstr(stdscr, y, x, s, n) macro
591 int mvaddnstr(int, int, const char *, int);
  /src/games/gomoku/
bdisp.c 248 mvaddnstr(lastline, TRANSCRIPT_COL, str, SCRNW - TRANSCRIPT_COL - 1);
  /src/tests/lib/libcurses/tests/
Makefile 107 FILES+= mvaddnstr
  /src/tests/lib/libcurses/
t_curses.sh 347 atf_test_case mvaddnstr
354 h_run mvaddnstr
2240 atf_add_test_case mvaddnstr
  /src/tests/lib/libcurses/check_files/
Makefile 165 FILES+= mvaddnstr.chk
  /src/tests/lib/libcurses/slave/
curses_commands.c 795 report_return(mvaddnstr(y, x, str, count));

Completed in 113 milliseconds