Definition in file sh0.c.
Go to the source code of this file.
Defines | |
#define | WANT_SHELL_V3 |
#define | MAXARG 20 |
#define | MAXLINE 200 |
#define | execute execute3 |
Functions | |
void | execute3 (int argc, char *argv[]) |
bool | getargs (int *argcp, char *argv[], int max, bool *eofp) |
int | main (void) |
|
Definition at line 70 of file sh0.c. Referenced by main(). |
|
|
|
Definition at line 32 of file sh0.c. Referenced by getargs(). |
|
|
|
Definition at line 72 of file sh0.c. References _exit(), display_status(), EC_CLEANUP_BGN, EC_CLEANUP_END, EC_FAIL, EC_FLUSH, ec_neg1, execvp(), fork(), and waitpid(). |
|
Definition at line 98 of file sh0.c. References EC_CLEANUP_BGN, EC_CLEANUP_END, EC_FAIL, EC_FLUSH, and MAXLINE. Referenced by main(). |
|
Definition at line 147 of file sh0.c. References asg(), execute, exit(), getargs(), MAXARG, and set(). |