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

  /src/lib/libcurses/
addnstr.c 95 return mvwaddnstr(stdscr, y, x, str, -1);
105 __CTRACE(__CTRACE_INPUT, "mvwaddnstr: win: %p, y: %d, x: %d, string: %s\n",
108 return mvwaddnstr(win, y, x, str, -1);
122 return mvwaddnstr(stdscr, y, x, str, count);
126 * mvwaddnstr --
131 mvwaddnstr(WINDOW *win, int y, int x, const char *str, int count) function in typeref:typename:int
133 __CTRACE(__CTRACE_INPUT, "mvwaddnstr: win: %p, n: %d, y: %d, x: %d, string: %s\n",
curses.h 485 #define mvaddnstr(y, x, s, n) mvwaddnstr(stdscr, y, x, s, n)
505 #define mvwaddnstr(w, y, x, s, n) \ macro
608 int mvwaddnstr(WINDOW *, int, int, const char *, int);
Makefile 130 curses_addstr.3 mvwaddnstr.3 curses_addstr.3 mvwaddstr.3 \
slk.c 839 retval = mvwaddnstr(screen->slk_window, 0, l->x,
  /src/tests/lib/libcurses/tests/
Makefile 134 FILES+= mvwaddnstr
  /src/tests/lib/libcurses/
t_curses.sh 367 atf_test_case mvwaddnstr
374 h_run mvwaddnstr
2242 atf_add_test_case mvwaddnstr
  /src/usr.bin/msgc/
msg_sys.def 393 mvwaddnstr(msg_win, txt_y, txt_x, ibuf + off, npos);
  /src/usr.bin/menuc/
menu_sys.def 357 mvwaddnstr(m->mw, tadd++, hasbox + 1, tp,
  /src/tests/lib/libcurses/slave/
curses_commands.c 1044 report_return(mvwaddnstr(win, y, x, str, count));

Completed in 18 milliseconds