|
42sh 1.0.0
Create a shell in C
|
The file containing the pipes functions. More...
Functions | |
| int | set_pipe_list (mysh_t *mysh, char *line) |
| Set the pipe list (input_list and pipe_cmds) | |
| void | analyse_pipes (mysh_t *mysh, char *line) |
| Analyse and execute the pipes. | |
The file containing the pipes functions.
| void analyse_pipes | ( | mysh_t * | mysh, |
| char * | line ) |
Analyse and execute the pipes.
| mysh | The shell structure |
| line | The command line |
| int set_pipe_list | ( | mysh_t * | mysh, |
| char * | line ) |
Set the pipe list (input_list and pipe_cmds)
| mysh | The shell structure |
| line | The command line |