Lines Matching defs:pprint
74 static int pprint(struct process *, int);
191 (void)pprint(pp, NUMBER | NAME | REASON);
218 flags = pprint(pp, NUMBER | NAME | REASON);
320 (void)pprint(pp, SHELLDIR);
323 (void)pprint(pp, AREASON | SHELLDIR);
326 (void)pprint(pp, AREASON | SHELLDIR);
647 * pprint - print a job
650 pprint(struct process *pp, int flag)
862 if (!(pprint(pp, flag) & (PRUNNING | PSTOPPED)))
1129 (void)pprint(pp, foregnd ? NAME | JOBDIR : NUMBER | NAME | AMPERSAND);