Symbol: mvwaddstr
games/cribbage/io.c
139
mvwaddstr(win, y + 0, x, "+-----+");
games/cribbage/io.c
140
mvwaddstr(win, y + 1, x, "| |");
games/cribbage/io.c
141
mvwaddstr(win, y + 2, x, "| |");
games/cribbage/io.c
142
mvwaddstr(win, y + 3, x, "| |");
games/cribbage/io.c
143
mvwaddstr(win, y + 4, x, "+-----+");
games/cribbage/io.c
426
mvwaddstr(Msgwin, Lineno, 0, mp);
games/mille/init.c
134
mvwaddstr(Miles, 0, 0, "--MILEAGE--");
games/mille/init.c
135
mvwaddstr(Miles, 0, 41, "--MILEAGE--");
games/mille/mille.c
121
mvwaddstr(Score, ERR_Y, ERR_X, Initstr);
games/mille/move.c
397
mvwaddstr(Score, 12, 21,
games/mille/move.c
400
mvwaddstr(Score, 12, 21,
games/mille/print.c
82
mvwaddstr(Miles, i + 1, (j << 2) + temp, name);
games/mille/save.c
119
mvwaddstr(Score, ERR_Y, ERR_X, buf);
games/sail/pl_7.c
648
mvwaddstr(slot_w, 0, 0, " ");
games/sail/pl_7.c
649
mvwaddstr(slot_w, 1, 0, " ");
games/sail/pl_7.c
655
mvwaddstr(slot_w, 1, 0, "OBP");
games/sail/pl_7.c
658
mvwaddstr(slot_w, 2, 0, " ");
games/sail/pl_7.c
659
mvwaddstr(slot_w, 3, 0, " ");
games/sail/pl_7.c
665
mvwaddstr(slot_w, 3, 0, "DBP");
lib/libcurses/curses.h
486
#define mvaddstr(y, x, s) mvwaddstr(stdscr, y, x, s)
lib/libcurses/curses.h
609
int mvwaddstr(WINDOW *, int, int, const char *);
tests/lib/libcurses/slave/curses_commands.c
1058
report_return(mvwaddstr(win, y, x, str));
usr.bin/aiomixer/draw.c
315
mvwaddstr(aio->header, 0,
usr.bin/systat/bufcache.c
120
mvwaddstr(wnd, PAGEINFO_ROWS + 1, 0,
usr.bin/systat/df.c
101
mvwaddstr(wnd, y, 0, s);
usr.bin/systat/df.c
119
mvwaddstr(wnd, y, 25-FREELEN, s);
usr.bin/systat/df.c
140
mvwaddstr(wnd, 0, 0, "Disk free %age:");
usr.bin/systat/df.c
159
mvwaddstr(wnd, 0, 0, "Filesystem");
usr.bin/systat/df.c
160
mvwaddstr(wnd, 0, 18, "Avail");
usr.bin/systat/df.c
161
mvwaddstr(wnd, 0, 26, "Capacity");
usr.bin/systat/df.c
162
mvwaddstr(wnd, 1, 25, "/0% /10% /20% /30% /40% /50% /60% /70% /80% /90% /100%");
usr.bin/systat/iostat.c
111
mvwaddstr(wnd, row++, INSET,
usr.bin/systat/iostat.c
113
mvwaddstr(wnd, row++, 0, " CPU user|");
usr.bin/systat/iostat.c
114
mvwaddstr(wnd, row++, 0, " nice|");
usr.bin/systat/iostat.c
115
mvwaddstr(wnd, row++, 0, " system|");
usr.bin/systat/iostat.c
116
mvwaddstr(wnd, row++, 0, " interrupt|");
usr.bin/systat/iostat.c
117
mvwaddstr(wnd, row++, 0, " idle|");
usr.bin/systat/iostat.c
179
mvwaddstr(wnd, row++, INSET,
usr.bin/systat/iostat.c
188
mvwaddstr(wnd, row++, 0, " tps|");
usr.bin/systat/iostat.c
191
mvwaddstr(wnd, row++, 0, " tps|");
usr.bin/systat/iostat.c
194
mvwaddstr(wnd, row++, 0, " msec|");
usr.bin/systat/mbufs.c
79
mvwaddstr(wnd, 0, 10,
usr.bin/systat/netstat.c
416
mvwaddstr(wnd, 0, LADDR, "Local Address");
usr.bin/systat/netstat.c
417
mvwaddstr(wnd, 0, FADDR, "Foreign Address");
usr.bin/systat/netstat.c
418
mvwaddstr(wnd, 0, PROTO, "Proto");
usr.bin/systat/netstat.c
419
mvwaddstr(wnd, 0, RCVCC, "Recv-Q");
usr.bin/systat/netstat.c
420
mvwaddstr(wnd, 0, SNDCC, "Send-Q");
usr.bin/systat/netstat.c
421
mvwaddstr(wnd, 0, STATE, "(state)");
usr.bin/systat/netstat.c
506
mvwaddstr(wnd, p->ni_line, PROTO, p->ni_proto);
usr.bin/systat/netstat.c
518
mvwaddstr(wnd, p->ni_line, STATE,
usr.bin/systat/pigs.c
135
mvwaddstr(wnd, y, 0, usrstr);
usr.bin/systat/pigs.c
136
mvwaddstr(wnd, y, 9, pidstr);
usr.bin/systat/pigs.c
138
mvwaddstr(wnd, y, 15, pidname);
usr.bin/systat/pigs.c
225
mvwaddstr(wnd, 0, 25, "/0 /10 /20 /30 /40 /50 /60 /70 /80 /90 /100");
usr.bin/systat/ps.c
90
mvwaddstr(wnd, 0, 0, "USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND");