games/colorbars/colorbars.c
102
mvprintw(line, xoffs + xpos, " ");
games/colorbars/colorbars.c
108
mvprintw(line + labeloffsety, xoffs, "%c",
games/colorbars/colorbars.c
114
mvprintw(LINES - 1, 0, "ANSI Color chart - Press any key to exit: ");
games/cribbage/crib.c
211
mvprintw(SCORE_Y + 1, SCORE_X + 28, "Games: %3d", pgames);
games/cribbage/crib.c
212
mvprintw(SCORE_Y + 7, SCORE_X + 28, "Games: %3d", cgames);
games/cribbage/support.c
235
mvprintw(SCORE_Y + (myturn ? 7 : 1), SCORE_X + 10, "%3d", curscore);
games/gomoku/bdisp.c
108
mvprintw(scr_y(row), 0, "%2d", row);
games/gomoku/bdisp.c
109
mvprintw(scr_y(row), scr_x(BSZ) + 2, "%d", row);
games/gomoku/bdisp.c
147
mvprintw(BSZ + 2, x, "BLACK/%.*s (*) vs. WHITE/%.*s (O)",
games/gomoku/bdisp.c
362
mvprintw(BSZ + 3, 6, "(%c %d) ", letters[x], y);
games/gomoku/main.c
188
mvprintw(BSZ + 3, 0, "Black moves first. ");
games/hangman/getguess.c
64
mvprintw(MESGY, MESGX, "Already guessed '%c'",
games/hangman/getguess.c
72
mvprintw(MESGY, MESGX,
games/hangman/prdata.c
65
mvprintw(NUMBERY, NUMBERX + sizeof "Word #: ", "%d", Wordnum);
games/hangman/prdata.c
66
mvprintw(AVGY, AVGX + sizeof "Current Average: ", "%.3f",
games/hangman/prdata.c
68
mvprintw(AVGY + 1, AVGX + sizeof "Overall Average: ", "%.3f", Average);
games/mille/comp.c
377
mvprintw(i + 6, 2, "%3d %-14s", *value,
games/mille/comp.c
399
mvprintw(MOVE_Y + 2, MOVE_X, "%16s", C_name[pp->hand[Card_no]]);
games/mille/end.c
111
mvprintw(3, x, "%3d", count);
games/mille/end.c
121
mvprintw(4, x - 1, "%3d", count);
games/mille/print.c
114
mvprintw(y, x, C_fmt, C_name[c]);
games/mille/print.c
131
mvprintw(2, x, Score_fmt, pp->safescore);
games/mille/print.c
136
mvprintw(4, x, Score_fmt, pp->coupscore);
games/mille/print.c
172
mvprintw(y, x, Score_fmt, s);
games/mille/print.c
91
mvprintw(6, COMP_STRT + CARD_STRT, "%2ld", (long)(Topcard - Deck));
games/phantasia/fight.c
288
mvprintw(Lines++, 0, "%s is still after you!", Enemyname);
games/phantasia/fight.c
308
mvprintw(Lines++, 0,
games/phantasia/fight.c
327
mvprintw(Lines++, 0, "%s accepted!", Enemyname);
games/phantasia/fight.c
336
mvprintw(Lines++, 0, "You blew it, %s.", Player.p_name);
games/phantasia/fight.c
385
mvprintw(Lines++, 0,
games/phantasia/fight.c
394
mvprintw(Lines++, 0, "Your holy water killed it!");
games/phantasia/fight.c
416
mvprintw(Lines++, 0, "%s sapped %.0f of your strength!",
games/phantasia/fight.c
426
mvprintw(Lines++, 0, "Wormtongue stole your palantir!");
games/phantasia/fight.c
432
mvprintw(Lines++, 0,
games/phantasia/fight.c
439
mvprintw(Lines++, 0, "%s scrambled your stats!", Enemyname);
games/phantasia/fight.c
446
mvprintw(Lines++, 0, "%s transported you!", Enemyname);
games/phantasia/fight.c
455
mvprintw(Lines++, 0,
games/phantasia/fight.c
477
mvprintw(Lines++, 0,
games/phantasia/fight.c
484
mvprintw(Lines++, 0,
games/phantasia/fight.c
493
mvprintw(Lines++, 0,
games/phantasia/fight.c
501
mvprintw(Lines++, 0,
games/phantasia/fight.c
508
mvprintw(Lines++, 0, "%s bit and poisoned you!", Enemyname);
games/phantasia/fight.c
514
mvprintw(Lines++, 0, "%s farted and scampered off.", Enemyname);
games/phantasia/fight.c
523
mvprintw(Lines++, 0,
games/phantasia/fight.c
539
mvprintw(Lines++, 0, "%s sapped %.0f of your energy.",
games/phantasia/fight.c
546
mvprintw(Lines++, 0,
games/phantasia/fight.c
557
mvprintw(Lines++, 0,
games/phantasia/fight.c
566
mvprintw(Lines++, 0,
games/phantasia/fight.c
575
mvprintw(Lines++, 0,
games/phantasia/fight.c
588
mvprintw(Lines++, 0, "%s blinded you!", Enemyname);
games/phantasia/fight.c
600
mvprintw(Lines++, 0, "%s hit you %.0f times!", Enemyname, inflict);
games/phantasia/fight.c
620
mvprintw(Lines++, 0, "You hit %s %.0f times!", Enemyname, inflict);
games/phantasia/fight.c
634
mvprintw(Lines++, 0, "You killed it. Good work, %s.", Player.p_name);
games/phantasia/fight.c
66
mvprintw(4, 0, "You've encountered %s, Bane of the Council and Valar.\n",
games/phantasia/fight.c
775
mvprintw(5, 0, "New strength: %.0f\n", Player.p_might);
games/phantasia/fight.c
790
mvprintw(5, 0, "New quickness: %.0f\n", Player.p_speed);
games/phantasia/fight.c
808
mvprintw(5, 0, "%s is transported.\n", Enemyname);
games/phantasia/fight.c
829
mvprintw(5, 0, "%s is held.\n", Enemyname);
games/phantasia/fight.c
84
mvprintw(6, 0, "You are being attacked by %s, EXP: %.0f (Size: %.0f)\n",
games/phantasia/fight.c
88
mvprintw(1, 26, "%20.0f", Player.p_energy + Shield); /* overprint energy */
games/phantasia/fight.c
96
mvprintw(7, 0, "You just overpowered %s!", Enemyname);
games/phantasia/gamesupport.c
110
mvprintw(1, 40, "O:Poison %0.3f\n", playerp->p_poison);
games/phantasia/gamesupport.c
111
mvprintw(2, 40, "P:Gold %.0f\n", playerp->p_gold);
games/phantasia/gamesupport.c
112
mvprintw(3, 40, "Q:Gem %.0f\n", playerp->p_gems);
games/phantasia/gamesupport.c
113
mvprintw(4, 40, "R:Sin %0.3f\n", playerp->p_sin);
games/phantasia/gamesupport.c
115
mvprintw(5, 40, "S:X-coord %.0f\n", playerp->p_x);
games/phantasia/gamesupport.c
116
mvprintw(6, 40, "T:Y-coord %.0f\n", playerp->p_y);
games/phantasia/gamesupport.c
122
mvprintw(7, 40, "U:Age %ld\n", playerp->p_age);
games/phantasia/gamesupport.c
123
mvprintw(8, 40, "V:Degenerated %d\n", playerp->p_degenerated);
games/phantasia/gamesupport.c
125
mvprintw(9, 40, "W:Type %d (%s)\n",
games/phantasia/gamesupport.c
127
mvprintw(10, 40, "X:Special Type %d\n", playerp->p_specialtype);
games/phantasia/gamesupport.c
128
mvprintw(11, 40, "Y:Lives %d\n", playerp->p_lives);
games/phantasia/gamesupport.c
129
mvprintw(12, 40, "Z:Crowns %d\n", playerp->p_crowns);
games/phantasia/gamesupport.c
130
mvprintw(13, 40, "0:Charms %d\n", playerp->p_charms);
games/phantasia/gamesupport.c
131
mvprintw(14, 40, "1:Amulets %d\n", playerp->p_amulets);
games/phantasia/gamesupport.c
132
mvprintw(15, 40, "2:Holy Water %d\n", playerp->p_holywater);
games/phantasia/gamesupport.c
138
mvprintw(16, 40, "3:Lastused %d (%d)\n", playerp->p_lastused, temp);
games/phantasia/gamesupport.c
140
mvprintw(18, 8, "4:Palantir %c 5:Blessing %c 6:Virgin %c 7:Blind %c",
games/phantasia/gamesupport.c
147
mvprintw(19, 8, "8:Ring %c",
games/phantasia/gamesupport.c
150
mvprintw(19, 8, "8:Ring %d 9:Duration %d",
games/phantasia/gamesupport.c
316
mvprintw(23, 0, "age = %ld; age = ", playerp->p_age);
games/phantasia/gamesupport.c
323
mvprintw(23, 0, "degen = %d; degen = ", playerp->p_degenerated);
games/phantasia/gamesupport.c
424
mvprintw(23, 0, "%s = %f; %s = ", prompt, *dptr, prompt);
games/phantasia/gamesupport.c
431
mvprintw(23, 0, "%s = %d; %s = ", prompt, *sptr, prompt);
games/phantasia/gamesupport.c
438
mvprintw(23, 0, "%s = %c; %s = ", prompt, flag[(int)*bptr],
games/phantasia/gamesupport.c
83
mvprintw(0, 0, "A:Name %s\n", playerp->p_name);
games/phantasia/interplayer.c
108
mvprintw(6, 0, "You have encountered %s Level: %.0f\n", Enemyname, Other.p_level);
games/phantasia/interplayer.c
121
mvprintw(5, 0, "%s is not responding.\n", Enemyname);
games/phantasia/interplayer.c
156
mvprintw(1, 26, "%20.0f", Shield); /* overprint energy */
games/phantasia/interplayer.c
200
mvprintw(Lines++, 0, "%s ran away!", Enemyname);
games/phantasia/interplayer.c
205
mvprintw(Lines++, 0, "%s tried to run away.", Enemyname);
games/phantasia/interplayer.c
210
mvprintw(Lines++, 0, "%s tried to luckout!", Enemyname);
games/phantasia/interplayer.c
215
mvprintw(Lines++, 0, "%s hit you %.0f times!", Enemyname, dtemp);
games/phantasia/interplayer.c
249
mvprintw(Lines++, 0, "You killed %s!", Enemyname);
games/phantasia/interplayer.c
312
mvprintw(Lines++, 0, "You hit %s %.0f times!", Enemyname, dtemp);
games/phantasia/interplayer.c
325
mvprintw(Lines++, 0, "%s is still after you!", Enemyname);
games/phantasia/interplayer.c
334
mvprintw(Lines++, 0, "You blasted %s !", Enemyname);
games/phantasia/interplayer.c
740
mvprintw(4, 0, "You have collected %.0f in gold.\n", temp1);
games/phantasia/interplayer.c
785
mvprintw(5, 0, "The palantir says the Grail is about %.0f away.\n", temp1);
games/phantasia/interplayer.c
831
mvprintw(4, 0, "Who do you want to %s ? ", option);
games/phantasia/io.c
240
YELL: mvprintw(oldy + 1, 0, "Please choose one of : [%s]\n", choices);
games/phantasia/main.c
380
mvprintw(12, 14,
games/phantasia/main.c
383
mvprintw(13, 14,
games/phantasia/main.c
411
mvprintw(18, 0,
games/phantasia/main.c
775
mvprintw(10, 0, "What was your character's name ? ");
games/phantasia/main.c
863
mvprintw(4, 0, "You've found %.0f gold pieces, want them ? ", temp);
games/phantasia/misc.c
197
mvprintw(5, 0, "L:Leave P:Purchase S:Sell Gems ? ");
games/phantasia/misc.c
203
mvprintw(1, 0, "Gold: %9.0f Gems: %9.0f Level: %6.0f Charms: %6d\n",
games/phantasia/misc.c
381
mvprintw(15, 0, "A gem is worth %.0f gp. How many do you want to sell (%.0f max) ? ",
games/phantasia/misc.c
421
mvprintw(0, 0, "%s%s\n", Player.p_name, descrlocation(&Player, FALSE));
games/phantasia/misc.c
422
mvprintw(1, 0, "Level :%7.0f Energy :%9.0f(%9.0f) Mana :%9.0f Users:%3d\n",
games/phantasia/misc.c
425
mvprintw(2, 0, "Quick :%3.0f(%3.0f) Strength:%9.0f(%9.0f) Gold :%9.0f %s\n",
games/phantasia/misc.c
439
mvprintw(8, 0, "Type: %s\n", descrtype(&Player, FALSE));
games/phantasia/misc.c
441
mvprintw(10, 0, "Experience: %9.0f", Player.p_experience);
games/phantasia/misc.c
442
mvprintw(11, 0, "Brains : %9.0f", Player.p_brains);
games/phantasia/misc.c
443
mvprintw(12, 0, "Magic Lvl : %9.0f", Player.p_magiclvl);
games/phantasia/misc.c
444
mvprintw(13, 0, "Sin : %9.5f", Player.p_sin);
games/phantasia/misc.c
445
mvprintw(14, 0, "Poison : %9.5f", Player.p_poison);
games/phantasia/misc.c
446
mvprintw(15, 0, "Gems : %9.0f", Player.p_gems);
games/phantasia/misc.c
447
mvprintw(16, 0, "Age : %9ld", Player.p_age);
games/phantasia/misc.c
448
mvprintw(10, 40, "Holy Water: %9d", Player.p_holywater);
games/phantasia/misc.c
449
mvprintw(11, 40, "Amulets : %9d", Player.p_amulets);
games/phantasia/misc.c
450
mvprintw(12, 40, "Charms : %9d", Player.p_charms);
games/phantasia/misc.c
451
mvprintw(13, 40, "Crowns : %9d", Player.p_crowns);
games/phantasia/misc.c
452
mvprintw(14, 40, "Shield : %9.0f", Player.p_shield);
games/phantasia/misc.c
453
mvprintw(15, 40, "Sword : %9.0f", Player.p_sword);
games/phantasia/misc.c
454
mvprintw(16, 40, "Quickslver: %9.0f", Player.p_quksilver);
games/phantasia/misc.c
456
mvprintw(18, 0, "Blessing: %s Ring: %s Virgin: %s Palantir: %s",
games/rogue/inventory.c
265
mvprintw(row, col, " %c%c %s",
games/rogue/message.c
256
mvprintw(row, 7, "%-2d", cur_level);
games/rogue/message.c
265
mvprintw(row, 16, "%-6ld", rogue.gold);
games/rogue/message.c
277
mvprintw(row, 27, "%-8s", buf);
games/rogue/message.c
289
mvprintw(row, 41, "%-6s", buf);
games/rogue/message.c
298
mvprintw(row, 53, "%-2d", get_armor_class(rogue.armor));
games/rogue/message.c
312
mvprintw(row, 61, "%-11s", buf);
games/rogue/score.c
441
mvprintw(i+10, 0, "%2d %6ld %s: %s",
games/rogue/score.c
545
mvprintw(row++, 0, "%5d %s", val, buf);
games/sail/lo_main.c
110
mvprintw(line, 0,
games/sail/lo_main.c
117
mvprintw(line+1, 0, "%d people have played. Press any key.", npeople);
games/sail/lo_main.c
80
mvprintw(5, 10, "%s: %s", _PATH_LOGFILE, strerror(errno));
games/sail/lo_main.c
87
mvprintw(5, 10, "Nobody has sailed yet.");
games/sail/lo_main.c
94
mvprintw(5, 10, "%s: %s", _PATH_LOGFILE, strerror(errno));
games/sail/pl_7.c
1186
mvprintw(2, 60 + 2, "%s wind",
games/sail/pl_7.c
1188
mvprintw(3, 60 + 2, "(%s)",
games/sail/pl_7.c
1193
mvprintw(LINES-10 + i, 0,
games/sail/pl_7.c
1367
mvprintw(15, 10, "Captain %s", myname);
games/snake/snake/snake.c
894
mvprintw(lcnt + 1, 0, "%d\n", bonus);
games/snake/snake/snake.c
962
mvprintw(1, 1, "$%d", won);
games/testpat/testpat.c
228
mvprintw(i, col, "%s", title);
games/testpat/testpat.c
310
mvprintw(line, xpos, " ");
lib/libcurses/EXAMPLES/view.c
328
mvprintw(0, 0, "Count: ");
lib/libcurses/curses.h
709
int mvprintw(int, int, const char *, ...) __printflike(3, 4);
share/examples/rump/ums_draw/ms.c
87
mvprintw(0, 0, "button %d pressed", wev->value);
tests/lib/libcurses/slave/curses_commands.c
1978
report_return(mvprintw(y, x, fmt, arg));
usr.bin/aiomixer/draw.c
130
mvprintw(i, 0, "\n");
usr.bin/aiomixer/draw.c
53
mvprintw(0, 0, "Select a mixer device:\n");
usr.bin/systat/globalcmds.c
147
mvprintw(CMDLINE, 0, "%4.1f %4.1f %4.1f",
usr.bin/systat/ifstat.c
126
#define CLEAR_COLUMN(y, x) mvprintw((y), (x), "%20s", EMPTY_COLUMN);
usr.bin/systat/ifstat.c
131
mvprintw(r, (c), "%10.3f %cp%s ", \
usr.bin/systat/ifstat.c
137
mvprintw(r, (c), "%10.3f %s%s ", \
usr.bin/systat/ifstat.c
147
mvprintw((r), (c), "%12.3f %cp ", \
usr.bin/systat/ifstat.c
152
mvprintw((r), (c), "%12.3f %s ", \
usr.bin/systat/ifstat.c
169
mvprintw(p->if_ypos, 0, "%s", p->if_name); \
usr.bin/systat/ifstat.c
170
mvprintw(p->if_ypos, col2-3, "%s", (const char *)"in"); \
usr.bin/systat/ifstat.c
171
mvprintw(p->if_ypos+1, col2-3, "%s", (const char *)"out"); \
usr.bin/systat/ifstat.c
206
mvprintw(TOPLINE, 0, "%s", TOPLABEL);
usr.bin/systat/main.c
271
mvprintw(21, 25, "CPU usage on %s", hostname);
usr.bin/systat/main.c
415
mvprintw(2, 10, "systat: nlist: can't find following symbols:");
usr.bin/systat/main.c
419
mvprintw(2 + ++n, 10, "%s", name_list[i].n_name);
usr.bin/systat/main.c
444
mvprintw(2, 10, "The alternate system clock has died!");
usr.bin/systat/main.c
445
mvprintw(3, 10, "Reverting to ``pigs'' display.");
usr.bin/systat/syscall.c
166
mvprintw(row, col, "%*s", width, buf);
usr.bin/systat/syscall.c
249
mvprintw(l, c, FMT, "STATS", "counts");
usr.bin/systat/syscall.c
253
mvprintw(l, c, FMT, "TIMES", "times");
usr.bin/systat/syscall.c
267
mvprintw(l, c, "%17.17s", name);
usr.bin/systat/syscall.c
269
mvprintw(l, c, "syscall #%d ", i);
usr.bin/systat/vmstat.c
315
mvprintw(STATROW, STATCOL + 4, "users Load");
usr.bin/systat/vmstat.c
317
mvprintw(GENSTATROW, GENSTATCOL, " Csw Traps SysCal Intr Soft Fault");
usr.bin/systat/vmstat.c
319
mvprintw(GRAPHROW, GRAPHCOL,
usr.bin/systat/vmstat.c
321
mvprintw(PROCSROW, PROCSCOL, "Proc:r d s");
usr.bin/systat/vmstat.c
322
mvprintw(GRAPHROW + 1, GRAPHCOL,
usr.bin/systat/vmstat.c
325
mvprintw(PAGEROW, PAGECOL + 8, "PAGING SWAPPING ");
usr.bin/systat/vmstat.c
326
mvprintw(PAGEROW + 1, PAGECOL, " in out in out ");
usr.bin/systat/vmstat.c
327
mvprintw(PAGEROW + 2, PAGECOL, " ops ");
usr.bin/systat/vmstat.c
328
mvprintw(PAGEROW + 3, PAGECOL, "pages ");
usr.bin/systat/vmstat.c
342
mvprintw(MEMROW + 0, MEMCOL, "Anon %% zero ");
usr.bin/systat/vmstat.c
343
mvprintw(MEMROW + 1, MEMCOL, "Exec %% wired ");
usr.bin/systat/vmstat.c
344
mvprintw(MEMROW + 2, MEMCOL, "File %% inact ");
usr.bin/systat/vmstat.c
345
mvprintw(MEMROW + 3, MEMCOL, "Meta %% bufs ");
usr.bin/systat/vmstat.c
346
mvprintw(MEMROW + 4, MEMCOL, " (kB) real swaponly free");
usr.bin/systat/vmstat.c
347
mvprintw(MEMROW + 5, MEMCOL, "Active ");
usr.bin/systat/vmstat.c
349
mvprintw(NAMEIROW, NAMEICOL, "Namei Sys-cache Proc-cache");
usr.bin/systat/vmstat.c
350
mvprintw(NAMEIROW + 1, NAMEICOL,
usr.bin/systat/vmstat.c
353
mvprintw(DISKROW, DISKCOL, "%*s", DISKCOLWIDTH, "Disks:");
usr.bin/systat/vmstat.c
355
mvprintw(DISKROW + 1, DISKCOL + 1, "seeks");
usr.bin/systat/vmstat.c
356
mvprintw(DISKROW + 2, DISKCOL + 1, "xfers");
usr.bin/systat/vmstat.c
357
mvprintw(DISKROW + 3, DISKCOL + 1, "bytes");
usr.bin/systat/vmstat.c
358
mvprintw(DISKROW + 4, DISKCOL + 1, "%%busy");
usr.bin/systat/vmstat.c
360
mvprintw(DISKROW, DISKCOL + 1 * DISKCOLWIDTH, "%*s", DISKCOLWIDTH, "seeks");
usr.bin/systat/vmstat.c
361
mvprintw(DISKROW, DISKCOL + 2 * DISKCOLWIDTH, "%*s", DISKCOLWIDTH, "xfers");
usr.bin/systat/vmstat.c
362
mvprintw(DISKROW, DISKCOL + 3 * DISKCOLWIDTH, "%*s", DISKCOLWIDTH, "bytes");
usr.bin/systat/vmstat.c
363
mvprintw(DISKROW, DISKCOL + 4 * DISKCOLWIDTH, "%*s", DISKCOLWIDTH, "%busy");
usr.bin/systat/vmstat.c
368
mvprintw(INTSROW, INTSCOL + 9, "Interrupts");
usr.bin/systat/vmstat.c
372
mvprintw(intrloc[i], INTSCOL + 9, "%-.*s",
usr.bin/systat/vmstat.c
383
mvprintw(VMSTATROW + 0, VMSTATCOL + 10, "forks");
usr.bin/systat/vmstat.c
384
mvprintw(VMSTATROW + 1, VMSTATCOL + 10, "fkppw");
usr.bin/systat/vmstat.c
385
mvprintw(VMSTATROW + 2, VMSTATCOL + 10, "fksvm");
usr.bin/systat/vmstat.c
386
mvprintw(VMSTATROW + 3, VMSTATCOL + 10, "pwait");
usr.bin/systat/vmstat.c
387
mvprintw(VMSTATROW + 4, VMSTATCOL + 10, "relck");
usr.bin/systat/vmstat.c
388
mvprintw(VMSTATROW + 5, VMSTATCOL + 10, "rlkok");
usr.bin/systat/vmstat.c
389
mvprintw(VMSTATROW + 6, VMSTATCOL + 10, "noram");
usr.bin/systat/vmstat.c
390
mvprintw(VMSTATROW + 7, VMSTATCOL + 10, "ndcpy");
usr.bin/systat/vmstat.c
391
mvprintw(VMSTATROW + 8, VMSTATCOL + 10, "fltcp");
usr.bin/systat/vmstat.c
392
mvprintw(VMSTATROW + 9, VMSTATCOL + 10, "zfod");
usr.bin/systat/vmstat.c
393
mvprintw(VMSTATROW + 10, VMSTATCOL + 10, "cow");
usr.bin/systat/vmstat.c
394
mvprintw(VMSTATROW + 11, VMSTATCOL + 10, "fmin");
usr.bin/systat/vmstat.c
395
mvprintw(VMSTATROW + 12, VMSTATCOL + 10, "ftarg");
usr.bin/systat/vmstat.c
396
mvprintw(VMSTATROW + 13, VMSTATCOL + 10, "itarg");
usr.bin/systat/vmstat.c
397
mvprintw(VMSTATROW + 14, VMSTATCOL + 10, "flnan");
usr.bin/systat/vmstat.c
398
mvprintw(VMSTATROW + 15, VMSTATCOL + 10, "pdfre");
usr.bin/systat/vmstat.c
401
mvprintw(VMSTATROW + 16, VMSTATCOL + 10, "pdscn");
usr.bin/systat/vmstat.c
612
mvprintw(r+j, c, "%*s", DISKCOLWIDTH, "");
usr.bin/systat/vmstat.c
614
mvprintw(r, c+j*DISKCOLWIDTH, "%*s", DISKCOLWIDTH, "");
usr.bin/systat/vmstat.c
629
mvprintw(intrloc[i], INTSCOL + 9, "%-.*s",
usr.bin/systat/vmstat.c
712
mvprintw(STATROW, STATCOL + 8, " ");
usr.bin/systat/vmstat.c
714
mvprintw(STATROW, STATCOL + 8, "s");
usr.bin/systat/vmstat.c
888
mvprintw(r, c, "%*.*s", DISKCOLWIDTH, DISKCOLWIDTH, dr_name[dn]);