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