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 310 shf_putc('\n', shl_xtrace);
312 shf_flush(shl_xtrace);
323 shf_flush(shl_xtrace);
324 if (shl_xtrace->fd != 2)
325 close(shl_xtrace->fd);
326 if (!newval || (shl_xtrace->fd = savefd(2)) == -1)
327 shl_xtrace->fd = 2;
331 shf_puts(substitute(str_val(global("PS4")), 0), shl_xtrace);
    [all...]
exec.c 652 shf_write(cp, ccp - cp, shl_xtrace);
653 print_value_quoted(shl_xtrace, ccp);
654 shf_putc(' ', shl_xtrace);
666 print_value_quoted(shl_xtrace, ap[rv]);
668 shf_putc(' ', shl_xtrace);
1312 fptreef(shl_xtrace, 0, "%R", &iotmp);
    [all...]
main.c 1397 shf_fdopen(2, SHF_WR, shl_xtrace);
    [all...]
sh.h 832 #define shl_xtrace (&shf_iob[0]) /* for set -x */ macro
    [all...]

Completed in 33 milliseconds