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 311 shf_putc('\n', shl_xtrace);
313 shf_flush(shl_xtrace);
324 shf_flush(shl_xtrace);
325 if (shl_xtrace->fd != 2)
326 close(shl_xtrace->fd);
327 if (!newval || (shl_xtrace->fd = savefd(2)) == -1)
328 shl_xtrace->fd = 2;
332 shf_puts(substitute(str_val(global("PS4")), 0), shl_xtrace);
    [all...]
exec.c 648 shf_write(cp, ccp - cp, shl_xtrace);
649 print_value_quoted(shl_xtrace, ccp);
650 shf_putc(' ', shl_xtrace);
662 print_value_quoted(shl_xtrace, ap[rv]);
664 shf_putc(' ', shl_xtrace);
1311 fptreef(shl_xtrace, 0, "%R", &iotmp);
    [all...]
main.c 1346 shf_fdopen(2, SHF_WR, shl_xtrace);
    [all...]
sh.h 847 #define shl_xtrace (&shf_iob[0]) /* for set -x */ macro
    [all...]

Completed in 3475 milliseconds