maxishell
Implementation of a shell for Linux-like systems
|
#include "tokens.h"
#include "shell.h"
#include "redirection.h"
#include "execute.h"
#include <string.h>
#include <sys/wait.h>
Go to the source code of this file.
Functions | |
int | redirect_in (t_ast *node, t_ms_data *data) |
static int | setup_redirection (t_ast *node, int *original_stdin) |
Definition at line 45 of file redirect_in.c.
References s_ast::args, execute_ast(), EXIT_FAILURE, EXIT_SUCCESS, s_ast::left, and setup_redirection().
Referenced by execute_ast().
|
static |
Definition at line 22 of file redirect_in.c.
References EXIT_SUCCESS, open_file(), and s_ast::right.
Referenced by redirect_in().