HomeSort by: relevance | last modified time | path
    Searched defs:pprint (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/csh/
proc.c 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) function in typeref:typename:int
862 if (!(pprint(pp, flag) & (PRUNNING | PSTOPPED)))
1129 (void)pprint(pp, foregnd ? NAME | JOBDIR : NUMBER | NAME | AMPERSAND)
    [all...]
proc.c 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) function in typeref:typename:int
862 if (!(pprint(pp, flag) & (PRUNNING | PSTOPPED)))
1129 (void)pprint(pp, foregnd ? NAME | JOBDIR : NUMBER | NAME | AMPERSAND)
    [all...]

Completed in 22 milliseconds