#include "auto-host.h"#include "ansidecl.h"#include "system.h"#include "server.h"#include "fixlib.h"

Go to the source code of this file.
Functions/Subroutines | |
| int | chain_open (int stdin_fd, tCC **pp_args, pid_t *p_child) |
| pid_t | proc2_open (t_fd_pair *p_pair, tCC **pp_args) |
| pid_t | proc2_fopen (t_pf_pair *pf_pair, tCC **pp_args) |
Variables | |
| STATIC const char * | def_args [] |
| int chain_open | ( | int | stdin_fd, | |
| tCC ** | pp_args, | |||
| pid_t * | p_child | |||
| ) |
| STATIC const char* def_args[] |
Initial value:
Definition at line 55 of file procopen.c.
Referenced by chain_open(), and run_shell().
1.5.6