/src/usr.bin/systat/ |
df.c | 101 mvwaddstr(wnd, y, 0, s); 119 mvwaddstr(wnd, y, 25-FREELEN, s); 140 mvwaddstr(wnd, 0, 0, "Disk free %age:"); 159 mvwaddstr(wnd, 0, 0, "Filesystem"); 160 mvwaddstr(wnd, 0, 18, "Avail"); 161 mvwaddstr(wnd, 0, 26, "Capacity"); 162 mvwaddstr(wnd, 1, 25, "/0% /10% /20% /30% /40% /50% /60% /70% /80% /90% /100%");
|
iostat.c | 111 mvwaddstr(wnd, row++, INSET, 113 mvwaddstr(wnd, row++, 0, " CPU user|"); 114 mvwaddstr(wnd, row++, 0, " nice|"); 115 mvwaddstr(wnd, row++, 0, " system|"); 116 mvwaddstr(wnd, row++, 0, " interrupt|"); 117 mvwaddstr(wnd, row++, 0, " idle|"); 179 mvwaddstr(wnd, row++, INSET, 188 mvwaddstr(wnd, row++, 0, " tps|"); 191 mvwaddstr(wnd, row++, 0, " tps|"); 194 mvwaddstr(wnd, row++, 0, " msec|") [all...] |
pigs.c | 135 mvwaddstr(wnd, y, 0, usrstr); 136 mvwaddstr(wnd, y, 9, pidstr); 138 mvwaddstr(wnd, y, 15, pidname); 225 mvwaddstr(wnd, 0, 25, "/0 /10 /20 /30 /40 /50 /60 /70 /80 /90 /100");
|
netstat.c | 416 mvwaddstr(wnd, 0, LADDR, "Local Address"); 417 mvwaddstr(wnd, 0, FADDR, "Foreign Address"); 418 mvwaddstr(wnd, 0, PROTO, "Proto"); 419 mvwaddstr(wnd, 0, RCVCC, "Recv-Q"); 420 mvwaddstr(wnd, 0, SNDCC, "Send-Q"); 421 mvwaddstr(wnd, 0, STATE, "(state)"); 506 mvwaddstr(wnd, p->ni_line, PROTO, p->ni_proto); 518 mvwaddstr(wnd, p->ni_line, STATE,
|
mbufs.c | 79 mvwaddstr(wnd, 0, 10,
|
ps.c | 90 mvwaddstr(wnd, 0, 0, "USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND");
|
bufcache.c | 120 mvwaddstr(wnd, PAGEINFO_ROWS + 1, 0,
|
/src/games/cribbage/ |
io.c | 139 mvwaddstr(win, y + 0, x, "+-----+"); 140 mvwaddstr(win, y + 1, x, "| |"); 141 mvwaddstr(win, y + 2, x, "| |"); 142 mvwaddstr(win, y + 3, x, "| |"); 143 mvwaddstr(win, y + 4, x, "+-----+"); 426 mvwaddstr(Msgwin, Lineno, 0, mp);
|
/src/lib/libcurses/ |
addnstr.c | 99 * mvwaddstr -- 103 mvwaddstr(WINDOW *win, int y, int x, const char *str) function in typeref:typename:int
|
curses.h | 486 #define mvaddstr(y, x, s) mvwaddstr(stdscr, y, x, s) 507 #define mvwaddstr(w, y, x, s) \ macro 609 int mvwaddstr(WINDOW *, int, int, const char *);
|
Makefile | 130 curses_addstr.3 mvwaddnstr.3 curses_addstr.3 mvwaddstr.3 \
|
/src/games/mille/ |
mille.c | 121 mvwaddstr(Score, ERR_Y, ERR_X, Initstr);
|
save.c | 119 mvwaddstr(Score, ERR_Y, ERR_X, buf);
|
init.c | 134 mvwaddstr(Miles, 0, 0, "--MILEAGE--"); 135 mvwaddstr(Miles, 0, 41, "--MILEAGE--");
|
print.c | 82 mvwaddstr(Miles, i + 1, (j << 2) + temp, name);
|
move.c | 397 mvwaddstr(Score, 12, 21, 400 mvwaddstr(Score, 12, 21,
|
/src/games/sail/ |
pl_7.c | 648 mvwaddstr(slot_w, 0, 0, " "); 649 mvwaddstr(slot_w, 1, 0, " "); 655 mvwaddstr(slot_w, 1, 0, "OBP"); 658 mvwaddstr(slot_w, 2, 0, " "); 659 mvwaddstr(slot_w, 3, 0, " "); 665 mvwaddstr(slot_w, 3, 0, "DBP");
|
/src/usr.bin/menuc/ |
menu_sys.def | 316 mvwaddstr(m->mw, cury, hasbox, ">"); 319 mvwaddstr(m->mw, cury, hasbox, " "); 407 mvwaddstr(m->mw, cury, hasbox, scrolltext); 463 mvwaddstr(stdscr, 0, 0, 465 mvwaddstr(stdscr, 2, 0, help);
|
/src/tests/lib/libcurses/tests/ |
Makefile | 136 FILES+= mvwaddstr
|
/src/tests/lib/libcurses/ |
t_curses.sh | 337 atf_test_case mvwaddstr 344 h_run mvwaddstr 2239 atf_add_test_case mvwaddstr
|
/src/tests/lib/libcurses/check_files/ |
Makefile | 190 FILES+= mvwaddstr.chk
|
/src/usr.bin/aiomixer/ |
draw.c | 315 mvwaddstr(aio->header, 0,
|
/src/usr.bin/msgc/ |
msg_sys.def | 396 mvwaddstr(msg_win, txt_y, txt_x, "+");
|
/src/tests/lib/libcurses/slave/ |
curses_commands.c | 1058 report_return(mvwaddstr(win, y, x, str));
|