Home | History | Annotate | Download | only in src

Lines Matching refs:shl_out

993 			shf_reopen(2, SHF_WR, shl_out);
1217 shf_fprintf(shl_out, "internal error: ");
1223 shf_fprintf(shl_out, "%s: ", builtin_argv0);
1224 shf_vfprintf(shl_out, fmt, ap);
1225 shf_putchar('\n', shl_out);
1227 shf_flush(shl_out);
1333 shf_fprintf(shl_out, "%s: ", kshname + (*kshname == '-'));
1335 shf_fprintf(shl_out, "%s[%d]: ", source->file,
1341 /* printf to shl_out (stderr) with flush */
1348 /* shl_out may not be set up yet... */
1351 shf_vfprintf(shl_out, fmt, va);
1353 shf_flush(shl_out);
1396 shf_fdopen(2, SHF_WR, shl_out);