Home | History | Annotate | Download | only in src

Lines Matching refs:shf

133 static struct shf	*shl_j;
143 static void j_print(Job *, int, struct shf *);
185 * an interrupt handler, so need a distinct shf)
1457 j_print(Job *j, int how, struct shf *shf)
1474 shf_fprintf(shf, "%d\n", (int)(j->pgrp ? j->pgrp :
1527 shf_fprintf(shf, "[%d] %c ", j->job, jobchar);
1529 shf_puts(filler, shf);
1533 shf_fprintf(shf, "%5d ", (int)p->pid);
1538 shf_fprintf(shf, "%s%s ",
1543 shf_fprintf(shf, "%-20s %s%s%s", buf, p->command,
1553 shf_fprintf(shf, "%s%5d %-20s %s%s", filler,
1557 shf_fprintf(shf, " %s%s", p->command,
1563 shf_putc('\n', shf);