Searched refs:fmt_putc (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/bin/ps/ |
H A D | print.c | 325 fmt_putc(' ', &left); in command() 339 fmt_putc(' ', &left); in command() 351 fmt_putc('(', &left); in command() 353 fmt_putc(')', &left); in command() 363 fmt_putc('[', &left); in command() 365 fmt_putc(']', &left); in command() 367 fmt_putc('(', &left); in command() 369 fmt_putc(')', &left); in command() 403 fmt_putc('-', &left); in groups() 408 fmt_putc(' ', &left); in groups() [all …]
|
H A D | fmt.c | 52 fmt_putc(int c, int *leftp) in fmt_putc() function
|
H A D | extern.h | 55 void fmt_putc(int, int *);
|
/netbsd-src/usr.bin/w/ |
H A D | extern.h | 36 void fmt_putc(int, int *);
|
H A D | w.c | 445 fmt_putc('(', &left); in pr_args() 447 fmt_putc(')', &left); in pr_args() 453 fmt_putc(' ', &left); in pr_args()
|