Home | History | Annotate | Download | only in sh

Lines Matching refs:memory

103  * stdout, is saved in memory.
114 char memory[10]; /* file descriptors to write to memory */
117 memory[i] = 0;
118 memory[1] = flags & REDIR_BACKQ;
143 openredirect(n, memory, flags);
165 openredirect(n, memory, flags);
167 if (memory[1])
169 if (memory[2])
175 openredirect(union node *redir, char memory[10], int flags)
188 memory[fd] = 0;
223 if (memory[redir->ndup.dupfd])
224 memory[fd] = 1;