Lines Matching refs:shf
133 static struct shf *shl_j;
143 static void j_print(Job *, int, struct shf *);
1524 j_print(Job *j, int how, struct shf *shf) in j_print() argument
1541 shf_fprintf(shf, Tf_dN, (int)(j->pgrp ? j->pgrp : in j_print()
1602 shf_fprintf(shf, "[%d] %c ", j->job, jobchar); in j_print()
1604 shf_puts(filler, shf); in j_print()
1608 shf_fprintf(shf, "%5d ", (int)p->pid); in j_print()
1613 shf_fprintf(shf, "%s%s ", in j_print()
1618 shf_fprintf(shf, "%-20s %s%s%s", buf, p->command, in j_print()
1628 shf_fprintf(shf, "%s%5d %-20s %s%s", filler, in j_print()
1632 shf_fprintf(shf, Tf__ss, p->command, in j_print()
1638 shf_putc('\n', shf); in j_print()