Lines Matching refs:shf
206 co.shf = shl_stdout; in printoptions()
1395 print_value_quoted(struct shf *shf, const char *s) in print_value_quoted() argument
1403 shf_putc('\'', shf); in print_value_quoted()
1404 shf_putc('\'', shf); in print_value_quoted()
1417 shf_puts(s, shf); in print_value_quoted()
1430 shf_putc('\'', shf); in print_value_quoted()
1433 shf_putc('\\', shf); in print_value_quoted()
1435 shf_putc('\'', shf); in print_value_quoted()
1438 shf_putc(c, shf); in print_value_quoted()
1445 shf_putc('$', shf); in print_value_quoted()
1446 shf_putc('\'', shf); in print_value_quoted()
1453 shf_fprintf(shf, "\\u%04X", wc); in print_value_quoted()
1494 shf_putc('\\', shf); in print_value_quoted()
1507 shf_fprintf(shf, "\\%03o", c); in print_value_quoted()
1511 shf_putc(c, shf); in print_value_quoted()
1518 shf_putc('\'', shf); in print_value_quoted()
1567 shf_putc(opts->linesep, opts->shf); in print_columns()
1570 shf_puts(str, opts->shf); in print_columns()
1587 shf_putchar(opts->linesep, opts->shf); in print_columns()
1594 shf_puts(str, opts->shf); in print_columns()
1596 shf_fprintf(opts->shf, "%*s%*s", in print_columns()
1603 shf_putchar(opts->linesep, opts->shf); in print_columns()