#include "../shell.h"#include "../mystring.h"#include <stdio.h>Include dependency graph for bltin.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | INITARGS(argv) if ((commandname = argv[0]) == NULL) {fputs("Argc is zero\n", stderr); exit(2);} else |
Functions | |
| pointer | stalloc () |
| void | error () |
Variables | |
| char * | commandname |
|
|
Definition at line 28 of file bltin.h. Referenced by main(). |
|
|
|
|
|
Referenced by addfname(), command(), evalcommand(), expandarg(), expudir(), find_command(), growstackblock(), ifsbreakup(), main(), padvance(), parseheredoc(), pipeline(), simplecmd(), and updatepwd(). |
|
|
Definition at line 9 of file error.c. Referenced by dotcmd(), error(), procargs(), synerror(), and tryexec(). |
1.4.6