HomeSort by: relevance | last modified time | path
    Searched refs:REDIR_BACKQ (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
redir.h 39 #define REDIR_BACKQ 0x02 /* save the command output in memory */
redir.c 250 * undone by calling popredir. If the REDIR_BACKQ flag is set, then the
268 memory[1] = flags & REDIR_BACKQ;
eval.c 1399 mode |= REDIR_BACKQ;

Completed in 13 milliseconds