Searched refs:pending_redirect (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dhush.c421 struct redir_struct *pending_redirect; member in struct:parse_context
5197 if (ctx->pending_redirect) {
5210 ctx->pending_redirect->rd_filename = xstrdup(word->data);
5216 if (ctx->pending_redirect->rd_type == REDIRECT_HEREDOC) {
5217 unbackslash(ctx->pending_redirect->rd_filename);
5220 ctx->pending_redirect->rd_dup |= HEREDOC_QUOTED;
5224 ctx->pending_redirect = NULL;
5451 /* Set ctx->pending_redirect, so we know what to do at the
5453 ctx->pending_redirect = redir;
6558 && !ctx.pending_redirect
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c421 struct redir_struct *pending_redirect; member in struct:parse_context
5197 if (ctx->pending_redirect) {
5210 ctx->pending_redirect->rd_filename = xstrdup(word->data);
5216 if (ctx->pending_redirect->rd_type == REDIRECT_HEREDOC) {
5217 unbackslash(ctx->pending_redirect->rd_filename);
5220 ctx->pending_redirect->rd_dup |= HEREDOC_QUOTED;
5224 ctx->pending_redirect = NULL;
5451 /* Set ctx->pending_redirect, so we know what to do at the
5453 ctx->pending_redirect = redir;
6558 && !ctx.pending_redirect
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c421 struct redir_struct *pending_redirect; member in struct:parse_context
5197 if (ctx->pending_redirect) {
5210 ctx->pending_redirect->rd_filename = xstrdup(word->data);
5216 if (ctx->pending_redirect->rd_type == REDIRECT_HEREDOC) {
5217 unbackslash(ctx->pending_redirect->rd_filename);
5220 ctx->pending_redirect->rd_dup |= HEREDOC_QUOTED;
5224 ctx->pending_redirect = NULL;
5451 /* Set ctx->pending_redirect, so we know what to do at the
5453 ctx->pending_redirect = redir;
6558 && !ctx.pending_redirect
[all...]

Completed in 243 milliseconds