Home
last modified time | relevance | path

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

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