Home | History | Annotate | Download | only in src

Lines Matching refs:shf

146 static struct shf	*shl_j;
156 static void j_print(Job *, int, struct shf *);
198 * an interrupt handler, so need a distinct shf)
1543 j_print(Job *j, int how, struct shf *shf)
1562 shf_fprintf(shf, Tf_dN, (int)(j->pgrp ? j->pgrp :
1628 shf_fprintf(shf, "[%d] %c ", j->job, jobchar);
1630 shf_puts(filler, shf);
1634 shf_fprintf(shf, "%5d ", (int)p->pid);
1640 shf_fprintf(shf, "%s%s ",
1643 shf_puts(buf, shf);
1644 shf_putchar(' ', shf);
1649 shf_fprintf(shf, "%-20s %s%s%s", buf, p->command,
1662 shf_fprintf(shf, "%s%5d %-20s %s%s", filler,
1666 shf_fprintf(shf, Tf__ss, p->command,
1672 shf_putc('\n', shf);