#include <sys/types.h>#include <sys/stat.h>#include <signal.h>#include <string.h>#include <fcntl.h>#include <errno.h>#include <unistd.h>#include <stdlib.h>#include "shell.h"#include "nodes.h"#include "jobs.h"#include "expand.h"#include "redir.h"#include "output.h"#include "memalloc.h"#include "error.h"#include "options.h"Go to the source code of this file.
Classes | |
| struct | redirtab |
Defines | |
| #define | EMPTY -2 |
| #define | PIPESIZE 4096 |
Functions | |
| STATIC void | openredirect (union node *, char[10]) |
| STATIC int | openhere (union node *) |
| void | redirect (union node *redir, int flags) |
| void | popredir (void) |
| int | fd0_redirected_p (void) |
| void | clearredir (void) |
Variables | |
| MKINIT struct redirtab * | redirlist |
| STATIC int | fd0_redirected = 0 |
| STATIC void openredirect | ( | union node * | redir, | |
| char | memory[10] | |||
| ) |
| STATIC int fd0_redirected = 0 |
1.5.8