Lines Matching refs:shf
1111 print_value_quoted(struct shf *shf, const char *s) in print_value_quoted() argument
1126 shf_puts(s, shf); in print_value_quoted()
1139 shf_putc('\'', shf); in print_value_quoted()
1142 shf_putc('\\', shf); in print_value_quoted()
1144 shf_putc('\'', shf); in print_value_quoted()
1147 shf_putc(c, shf); in print_value_quoted()
1154 shf_putc('$', shf); in print_value_quoted()
1155 shf_putc('\'', shf); in print_value_quoted()
1161 shf_fprintf(shf, "\\u%04X", wc); in print_value_quoted()
1201 shf_putc('\\', shf); in print_value_quoted()
1209 shf_fprintf(shf, "\\%03o", c); in print_value_quoted()
1213 shf_putc(c, shf); in print_value_quoted()
1220 shf_putc('\'', shf); in print_value_quoted()
1228 print_columns(struct shf *shf, unsigned int n, in print_columns() argument
1269 shf_puts(str, shf); in print_columns()
1270 shf_putc('\n', shf); in print_columns()
1291 shf_puts(str, shf); in print_columns()
1293 shf_fprintf(shf, "%*s%*s", in print_columns()
1296 shf_putchar('\n', shf); in print_columns()