bin/ps/extern.h
55
void fmt_putc(int, int *);
bin/ps/print.c
325
fmt_putc(' ', &left);
bin/ps/print.c
339
fmt_putc(' ', &left);
bin/ps/print.c
351
fmt_putc('(', &left);
bin/ps/print.c
353
fmt_putc(')', &left);
bin/ps/print.c
363
fmt_putc('[', &left);
bin/ps/print.c
365
fmt_putc(']', &left);
bin/ps/print.c
367
fmt_putc('(', &left);
bin/ps/print.c
369
fmt_putc(')', &left);
bin/ps/print.c
403
fmt_putc('-', &left);
bin/ps/print.c
408
fmt_putc(' ', &left);
bin/ps/print.c
410
fmt_putc(*p, &left);
bin/ps/print.c
440
fmt_putc('-', &left);
bin/ps/print.c
444
fmt_putc(' ', &left);
bin/ps/print.c
446
fmt_putc(*p, &left);
usr.bin/w/extern.h
36
void fmt_putc(int, int *);
usr.bin/w/w.c
445
fmt_putc('(', &left);
usr.bin/w/w.c
447
fmt_putc(')', &left);
usr.bin/w/w.c
453
fmt_putc(' ', &left);