| /src/games/atc/ |
| graphics.c | 173 (void)waddstr(credit, AUTHOR_STR); 197 (void)waddstr(radar, str); 204 (void)waddstr(radar, str); 218 (void)waddstr(radar, str); 231 (void)waddstr(radar, str); 249 (void)waddstr(w, s); 278 (void)waddstr(input, str); 300 (void)waddstr(input, str); 312 (void)waddstr(input, "Really quit? (y/n) "); 346 (void)waddstr(planes, "pl dt comm") [all...] |
| /src/lib/libcurses/ |
| addnstr.c | 61 * waddstr -- 65 waddstr(WINDOW *win, const char *s) function
|
| Makefile | 185 curses_addstr.3 waddstr.3 \
|
| curses.h | 478 #define waddstr(w, s) waddnstr(w, s, -1) macro 584 int waddstr(WINDOW *, const char *);
|
| /src/usr.bin/systat/ |
| mbufs.c | 110 waddstr(wnd, buf);
|
| iostat.c | 164 waddstr(wnd, " sec"); 166 waddstr(wnd, " kBps w/s");
|
| netstat.c | 509 waddstr(wnd, "6"); 554 waddstr(wnd, line); 579 waddstr(wnd, line);
|
| /src/games/sail/ |
| pl_7.c | 383 waddstr(scroll_w, stringarray_get(sc_lines, index_of_y)); 387 waddstr(scroll_w, sc_prompt); 388 waddstr(scroll_w, sc_buf); 531 /*waddstr(scroll_w, "\b \b");*/ 613 waddstr(stat_w, " \\|/\n"); 617 waddstr(stat_w, " /|\\\n"); 672 waddstr(slot_w, " "); 677 waddstr(slot_w, " "); 682 waddstr(slot_w, " "); 749 waddstr(view_w, WSaIM) [all...] |
| /src/usr.bin/msgc/ |
| msg_sys.def | 171 waddstr(msg_win, cbuffer); 360 waddstr(msg_win, " ["); 361 waddstr(msg_win, def); 362 waddstr(msg_win, "]"); 365 waddstr(msg_win, ": ");
|
| /src/usr.bin/aiomixer/ |
| draw.c | 202 waddstr(control->widgetpad, ", "); 227 waddstr(control->widgetpad, "] "); 243 waddstr(control->widgetpad, ", ");
|
| /src/external/bsd/nvi/dist/ipc/ |
| ip.h | 112 IPFunc_a waddstr; member in struct:ip_si_operations
|
| ipc_cmd.c | 69 {"a", ipc_unmarshall_a, OFFSET(IPSIOPS, waddstr)},
|
| /src/tests/lib/libcurses/tests/ |
| Makefile | 187 FILES+= waddstr
|
| /src/external/gpl3/gdb.old/dist/gdb/tui/ |
| tui-status.c | 254 waddstr (handle.get (), string.c_str ());
|
| tui-regs.c | 428 waddstr (handle, n_spaces (field_width - content.size ()));
|
| /src/external/gpl3/gdb/dist/gdb/tui/ |
| tui-status.c | 254 waddstr (handle.get (), string.c_str ());
|
| tui-regs.c | 428 waddstr (handle, n_spaces (field_width - content.size ()));
|
| /src/tests/lib/libcurses/ |
| t_curses.sh | 237 atf_test_case waddstr 244 h_run waddstr 2229 atf_add_test_case waddstr
|
| /src/games/cribbage/ |
| io.c | 465 waddstr(Msgwin, prompt);
|
| /src/tests/lib/libcurses/check_files/ |
| Makefile | 243 FILES+= waddstr.chk
|
| /src/usr.sbin/sysinst/ |
| run.c | 583 waddstr(*actionwin, cp);
|
| /src/usr.bin/menuc/ |
| menu_sys.def | 328 waddstr(m->mw, MSG_XLAT(text));
|
| /src/tests/lib/libcurses/slave/ |
| curses_commands.c | 727 report_return(waddstr(win, str));
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| configure | 26984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing waddstr" >&5 26985 $as_echo_n "checking for library containing waddstr... " >&6; } 26999 char waddstr (); 27003 return waddstr (); [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| configure | 26928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing waddstr" >&5 26929 $as_echo_n "checking for library containing waddstr... " >&6; } 26943 char waddstr (); 26947 return waddstr (); [all...] |