HomeSort by relevance Sort by last modified time
    Searched refs:REDIR_PUSH (Results 1 - 3 of 3) sorted by null

  /system/core/sh/
redir.h 38 #define REDIR_PUSH 01 /* save previous values of file descriptors */
redir.c 99 * Process a list of redirection commands. If the REDIR_PUSH flag is set,
119 if (flags & REDIR_PUSH) {
121 * flags & REDIR_PUSH is never true if REDIR_VFORK is set.
136 if ((flags & REDIR_PUSH) && sv->renamed[fd] == EMPTY) {
eval.c 253 redirect(n->nredir.redirect, REDIR_PUSH);
926 redirect(cmd->ncmd.redirect, REDIR_PUSH);
979 mode = (cmdentry.u.bltin == execcmd) ? 0 : REDIR_PUSH;

Completed in 168 milliseconds