Searched refs:waddnstr (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/lib/libcurses/
H A Daddnstr.c57 return waddnstr(stdscr, s, -1);
69 return waddnstr(win, s, -1);
82 return waddnstr(stdscr, str, n);
139 return waddnstr(win, str, count);
145 * waddnstr --
151 waddnstr(WINDOW *win, const char *s, int n) function
H A Dprintw.c139 return waddnstr(win, win->buf, n);
H A Dcurses.h436 #define addnstr(s, n) waddnstr(stdscr, s, n)
437 #define addstr(s) waddnstr(stdscr, s, -1)
478 #define waddstr(w, s) waddnstr(w, s, -1)
506 (wmove(w, y, x) == ERR ? ERR : waddnstr(w, s, n))
508 (wmove(w, y, x) == ERR ? ERR : waddnstr(w, s, -1))
780 int waddnstr(WINDOW *, const char *, int);
H A DMakefile184 curses_addchstr.3 waddchstr.3 curses_addstr.3 waddnstr.3 \
/netbsd-current/external/bsd/nvi/dist/cl/
H A Dcl_bsd.c52 * waddnstr --
55 * PUBLIC: int waddnstr __P((WINDOW*, char *, int));
59 waddnstr(w, s, n) function
H A Dcl_funcs.c69 if (waddnstr(win, str, len) == ERR)
/netbsd-current/tests/lib/libcurses/tests/
H A DMakefile185 FILES+= waddnstr
/netbsd-current/tests/lib/libcurses/
H A Dt_curses.sh277 atf_test_case waddnstr
284 h_run waddnstr
2233 atf_add_test_case waddnstr
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-io.c470 waddnstr (w, string, n_chars);
/netbsd-current/tests/lib/libcurses/slave/
H A Dcurses_commands.c2856 report_return(waddnstr(win, str, count));

Completed in 247 milliseconds