| /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 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/external/gpl3/gdb.old/dist/gdb/tui/ |
| tui-data.c | 184 mvwaddnstr (handle.get (), height / 2, x_pos, str, n);
|
| tui-regs.c | 426 mvwaddnstr (handle, y, x, content.c_str (), field_width - 1);
|
| /src/external/gpl3/gdb/dist/gdb/tui/ |
| tui-data.c | 184 mvwaddnstr (handle.get (), height / 2, x_pos, str, n);
|
| tui-regs.c | 426 mvwaddnstr (handle, y, x, content.c_str (), field_width - 1);
|
| /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));
|