|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
| HANDLE | GetHandle (UINT Number) |
| VOID | SetHandle (UINT Number, HANDLE Handle) |
| BOOL | PerformRedirection (REDIRECTION *RedirList) |
| VOID | UndoRedirection (REDIRECTION *Redir, REDIRECTION *End) |
| VOID | FreeRedirection (REDIRECTION *Redir) |
Variables | |
| static const PCON_STREAM | StdStreams [] = { StdIn, StdOut, StdErr } |
| static HANDLE | ExtraHandles [10 - 3] |
| VOID FreeRedirection | ( | REDIRECTION * | Redir | ) |
Definition at line 153 of file redir.c.
Referenced by ExitBatch(), FreeCommand(), ParsePrimary(), and ParseRedirection().
Definition at line 39 of file redir.c.
| BOOL PerformRedirection | ( | REDIRECTION * | RedirList | ) |
Definition at line 63 of file redir.c.
Referenced by ExecuteCommand().
Definition at line 50 of file redir.c.
Referenced by cmd_ctty(), PerformRedirection(), and UndoRedirection().
| VOID UndoRedirection | ( | REDIRECTION * | Redir, |
| REDIRECTION * | End | ||
| ) |
Definition at line 142 of file redir.c.
Referenced by ExecuteCommand(), ExitBatch(), and PerformRedirection().
|
static |
Definition at line 37 of file redir.c.
Referenced by GetHandle(), and SetHandle().
|
static |
Definition at line 36 of file redir.c.
Referenced by GetHandle(), and SetHandle().