Lines Matching refs:shl_out
967 shf_reopen(2, SHF_WR, shl_out);
1187 shf_fprintf(shl_out, "internal error: ");
1193 shf_fprintf(shl_out, "%s: ", builtin_argv0);
1194 shf_vfprintf(shl_out, fmt, ap);
1195 shf_putchar('\n', shl_out);
1197 shf_flush(shl_out);
1303 shf_fprintf(shl_out, "%s: ", kshname + (*kshname == '-'));
1305 shf_fprintf(shl_out, "%s[%d]: ", source->file,
1311 /* printf to shl_out (stderr) with flush */
1318 /* shl_out may not be set up yet... */
1321 shf_vfprintf(shl_out, fmt, va);
1323 shf_flush(shl_out);
1366 shf_fdopen(2, SHF_WR, shl_out);