Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

env_node Struct Reference

Struct representing one level in the function variable stack. More...

Collaboration diagram for env_node:

Collaboration graph
[legend]

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_nodenext
 Pointer to next level.

Detailed Description

Struct representing one level in the function variable stack.


Field Documentation

int env_node::new_scope
 

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.


The documentation for this struct was generated from the following file:
Generated on Sun Jan 13 02:53:35 2008 for fish by  doxygen 1.4.4