Lines Matching refs:shf
189 static struct shf *shl_j;
216 static void j_print ARGS((Job *j, int how, struct shf *shf));
246 * an interrupt handler, so need a distinct shf)
248 shl_j = shf_fdopen(2, SHF_WR, (struct shf *) 0);
1431 j_print(j, how, shf)
1434 struct shf *shf;
1450 shf_fprintf(shf, "%d\n", j->pgrp ? j->pgrp
1498 shf_fprintf(shf, "[%d] %c ", j->job, jobchar);
1500 shf_fprintf(shf, "%s", filler);
1504 shf_fprintf(shf, "%5d ", p->pid);
1509 shf_fprintf(shf, "%s%s ",
1514 shf_fprintf(shf, "%-20s %s%s%s", buf, p->command,
1525 shf_fprintf(shf, "%s%5d %-20s %s%s", filler, p->pid,
1528 shf_fprintf(shf, " %s%s", p->command,
1534 shf_fprintf(shf, newline);