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 326 shf_putc('\n', shl_xtrace);
328 shf_flush(shl_xtrace);
339 shf_flush(shl_xtrace);
340 if (shl_xtrace->fd != 2)
341 close(shl_xtrace->fd);
342 if (!newval || (shl_xtrace->fd = savefd(2)) == -1)
343 shl_xtrace->fd = 2;
349 shf_puts(substitute(str_val(global("PS4")), 0), shl_xtrace);
    [all...]
exec.c 650 shf_write(cp, ccp - cp, shl_xtrace);
651 print_value_quoted(shl_xtrace, ccp);
652 shf_putc(' ', shl_xtrace);
662 print_value_quoted(shl_xtrace, ap[rv]);
664 shf_putc(' ', shl_xtrace);
    [all...]
main.c 1384 shf_fdopen(2, SHF_WR, shl_xtrace);
    [all...]
sh.h 1173 #define shl_xtrace macro
    [all...]

Completed in 463 milliseconds