HomeSort by relevance Sort by last modified time
    Searched refs:shl_xtrace (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
misc.c 316 shf_putc('\n', shl_xtrace);
318 shf_flush(shl_xtrace);
329 shf_flush(shl_xtrace);
330 if (shl_xtrace->fd != 2)
331 close(shl_xtrace->fd);
332 if (!newval || (shl_xtrace->fd = savefd(2)) == -1)
333 shl_xtrace->fd = 2;
339 shf_puts(substitute(str_val(global("PS4")), 0), shl_xtrace);
    [all...]
exec.c 671 shf_write(cp, ccp - cp, shl_xtrace);
672 print_value_quoted(shl_xtrace, ccp);
673 shf_putc(' ', shl_xtrace);
683 print_value_quoted(shl_xtrace, ap[rv]);
685 shf_putc(' ', shl_xtrace);
1335 fptreef(shl_xtrace, 0, "%R", &iotmp);
    [all...]
main.c 1352 shf_fdopen(2, SHF_WR, shl_xtrace);
    [all...]
sh.h 851 #define shl_xtrace (&shf_iob[0]) /* for set -x */ macro
    [all...]

Completed in 581 milliseconds