
Data Fields | |
| enum command_type | type |
| int | flags |
| int | line |
| REDIRECT * | redirects |
| union { | |
| struct for_com * For | |
| struct case_com * Case | |
| struct while_com * While | |
| struct if_com * If | |
| struct connection * Connection | |
| struct simple_com * Simple | |
| struct function_def * Function_def | |
| struct group_com * Group | |
| } | value |
Definition at line 171 of file vsh_p.h.
1.7.2