Searched refs:shl_xtrace (Results 1 – 4 of 4) sorted by relevance
/external/mksh/src/ |
D | misc.c | 321 shf_putc('\n', shl_xtrace); in change_xtrace() 323 shf_flush(shl_xtrace); in change_xtrace() 334 shf_flush(shl_xtrace); in change_xtrace() 335 if (shl_xtrace->fd != 2) in change_xtrace() 336 close(shl_xtrace->fd); in change_xtrace() 337 if (!newval || (shl_xtrace->fd = savefd(2)) == -1) in change_xtrace() 338 shl_xtrace->fd = 2; in change_xtrace() 344 shf_puts(substitute(str_val(global("PS4")), 0), shl_xtrace); in change_xtrace()
|
D | exec.c | 649 shf_write(cp, ccp - cp, shl_xtrace); in comexec() 650 print_value_quoted(shl_xtrace, ccp); in comexec() 651 shf_putc(' ', shl_xtrace); in comexec() 661 print_value_quoted(shl_xtrace, ap[rv]); in comexec() 663 shf_putc(' ', shl_xtrace); in comexec() 1415 fptreef(shl_xtrace, 0, Tft_R, &iotmp); in iosetup()
|
D | main.c | 1442 shf_fdopen(2, SHF_WR, shl_xtrace); in initio()
|
D | sh.h | 1211 #define shl_xtrace (&shf_iob[0]) /* for set -x */ macro
|