Home
last modified time | relevance | path

Searched refs:preverrout_fd (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dash.c2167 int preverrout_fd; /* stderr fd: usually 2, unless redirect moved it */ member
2181 #define preverrout_fd (G_var.preverrout_fd) macro
5782 if (fd == preverrout_fd) in save_fd_on_redirect()
5783 preverrout_fd = new_fd; in save_fd_on_redirect()
10401 preverrout_fd = 2; in evalcommand()
10408 preverrout_fd = atoi(xtracefd); in evalcommand()
10441 fdprintf(preverrout_fd, "%s", expandstr(ps4val(), DQSYNTAX)); in evalcommand()
10450 fdprintf(preverrout_fd, "%s%.*s%s", in evalcommand()
10461 fdprintf(preverrout_fd, "%s%s", in evalcommand()
10471 safe_write(preverrout_fd, "\n", 1); in evalcommand()