tiny-shell 0.2
A mini shell project aiming to gain knowledge about Win32 and Linux API
|
Resulting struct after parsing the input. More...
#include <cmd.h>
Data Fields | ||
enum cmd_type | type | |
union { | ||
os_char * new_dir | ||
int proc_id | ||
os_char * new_path | ||
os_char * filename | ||
os_char * dir | ||
struct { | ||
os_char * name | ||
os_char * val | ||
} env | ||
struct args args | ||
} | val | |
struct { ... } cmd::env |
enum cmd_type cmd::type |
Definition at line 40 of file cmd.h.
Referenced by cmd_destroy(), cmd_init_from_str(), and invoke_runner().
os_char* cmd::val |
Definition at line 49 of file cmd.h.
Referenced by cmd_destroy(), cmd_init_from_str(), and invoke_runner().
union { ... } cmd::val |