Collaboration diagram for env_node:

Data Fields | |
| hash_table_t | env |
| Variable table. | |
| int | new_scope |
| Does this node imply a new variable scope? If yes, all non-global variables below this one in the stack are invisible. | |
| int | export |
| Does this node contain any variables which are exported to subshells. | |
| env_node * | next |
| Pointer to next level. | |
|
|
Does this node imply a new variable scope? If yes, all non-global variables below this one in the stack are invisible. If new_scope is set for the global variable node, the universe will explode. |
1.4.4