Symbol: waddstr
games/atc/graphics.c
173
(void)waddstr(credit, AUTHOR_STR);
games/atc/graphics.c
197
(void)waddstr(radar, str);
games/atc/graphics.c
204
(void)waddstr(radar, str);
games/atc/graphics.c
218
(void)waddstr(radar, str);
games/atc/graphics.c
231
(void)waddstr(radar, str);
games/atc/graphics.c
249
(void)waddstr(w, s);
games/atc/graphics.c
278
(void)waddstr(input, str);
games/atc/graphics.c
300
(void)waddstr(input, str);
games/atc/graphics.c
312
(void)waddstr(input, "Really quit? (y/n) ");
games/atc/graphics.c
346
(void)waddstr(planes, "pl dt comm");
games/atc/graphics.c
352
(void)waddstr(planes, command(pp));
games/atc/graphics.c
360
(void)waddstr(planes, command(pp));
games/atc/graphics.c
364
(void)waddstr(planes, "---- more ----");
games/cribbage/io.c
465
waddstr(Msgwin, prompt);
games/sail/pl_7.c
383
waddstr(scroll_w, stringarray_get(sc_lines, index_of_y));
games/sail/pl_7.c
387
waddstr(scroll_w, sc_prompt);
games/sail/pl_7.c
388
waddstr(scroll_w, sc_buf);
games/sail/pl_7.c
613
waddstr(stat_w, " \\|/\n");
games/sail/pl_7.c
617
waddstr(stat_w, " /|\\\n");
games/sail/pl_7.c
672
waddstr(slot_w, " ");
games/sail/pl_7.c
677
waddstr(slot_w, " ");
games/sail/pl_7.c
682
waddstr(slot_w, " ");
games/sail/pl_7.c
749
waddstr(view_w, WSaIM);
games/sail/pl_7.c
751
waddstr(view_w, cc->name);
lib/libcurses/curses.h
584
int waddstr(WINDOW *, const char *);
tests/lib/libcurses/slave/curses_commands.c
727
report_return(waddstr(win, str));
usr.bin/aiomixer/draw.c
202
waddstr(control->widgetpad, ", ");
usr.bin/aiomixer/draw.c
227
waddstr(control->widgetpad, "] ");
usr.bin/aiomixer/draw.c
243
waddstr(control->widgetpad, ", ");
usr.bin/systat/iostat.c
164
waddstr(wnd, " sec");
usr.bin/systat/iostat.c
166
waddstr(wnd, " kBps w/s");
usr.bin/systat/mbufs.c
110
waddstr(wnd, buf);
usr.bin/systat/netstat.c
509
waddstr(wnd, "6");
usr.bin/systat/netstat.c
554
waddstr(wnd, line);
usr.bin/systat/netstat.c
579
waddstr(wnd, line);
usr.sbin/sysinst/run.c
569
waddstr(*actionwin, cp);