Home
last modified time | relevance | path

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

/dragonfly/bin/sh/
H A Dredir.h40 #define REDIR_BACKQ 02 /* save the command output in memory */ macro
H A Dredir.c122 memory[1] = flags & REDIR_BACKQ; in redirect()
H A Deval.c1078 mode |= REDIR_BACKQ; in evalcommand()