MiniDevil As beautiful as a shell
t_redir_node Struct Reference

Redirection data inside AST node. More...

#include <structs.h>

Detailed Description

Redirection data inside AST node.

Definition at line 110 of file structs.h.

Fields

char * file
 Target filename or delimiter. More...
 
struct s_ast * cmd
 Command subtree. More...
 
t_node_type redir_type
 Redirection type. More...
 
int quote
 1 if delimiter was quoted More...
 
int heredoc_fd
 Heredoc pipe fd (-1 if not used) More...
 

The documentation for this struct was generated from the following file: