Searched refs:pidwidth (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c128 static int pidwidth; variable
188 pidwidth = 1;
190 ++pidwidth;
191 pidwidth = pidwidth < 5 ? 5 : pidwidth;
354 "WCHAN S TT TIME COMMAND", pidwidth + 1, "PID",
355 pidwidth + 1, "PPID");
361 pidwidth + 1, "PID");
366 pidwidth
[all...]
H A Dps.c287 static int pidwidth; variable
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, "PPI
[all...]

Completed in 2306 milliseconds