Lines Matching refs:pidwidth
287 static int pidwidth;
411 pidwidth = 1;
413 ++pidwidth;
414 pidwidth = pidwidth < 5 ? 5 : pidwidth;
416 fname[F_PID].width = fname[F_PPID].width = pidwidth;
417 fname[F_PGID].width = fname[F_SID].width = pidwidth;
847 (void) printf("%*s", pidwidth, "PID");
849 (void) printf(" %*s", pidwidth, "PPID");
851 (void) printf(" %*s %*s", pidwidth, "PGID",
852 pidwidth, "SID");
1450 (void) printf("%*d", pidwidth, (int)psinfo->pr_pid); /* PID */
1452 (void) printf(" %*d", pidwidth,
1455 (void) printf(" %*d", pidwidth,
1457 (void) printf(" %*d", pidwidth,
2334 (void) printf("%*d", pidwidth, (int)psinfo->pr_pid); /* PID */
2336 (void) printf(" %*d", pidwidth,
2340 (void) printf(" %*d", pidwidth,
2342 (void) printf(" %*d", pidwidth,