Searched defs:sh_pid2str (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Djobs.c263 char *sh_pid2str(Shell_t *shp,pid_t pid) function
1011 sfprintf(outfile,"%s\n",sh_pid2str(shp,px->p_pgrp?px->p_pgrp:px->p_pid));
1035 sfprintf(outfile,"%s\t",sh_pid2str(shp,px->p_pid));

Completed in 17 milliseconds