MiniDevil
As beautiful as a shell
Redirection data inside AST node. More...
#include <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... | |