var_s Struct Reference
Structure keeps track of the variables, their value and the line number they are defined on.  
More...
#include <pdl_variable.h>
|  | 
| 
 Data Fields | 
| const char * | name | 
|  | Name of the variable. 
 
 | 
| const char * | value | 
|  | Value of the variable. 
 
 | 
| BOOL | okay | 
|  | TRUE if substitution can be done without further checking. 
 
 | 
| unsigned int | lineno | 
|  | Line number the variable appears on. 
 
 | 
| var_s * | next | 
|  | Next variable, or 0 if none. 
 
 | 
Detailed Description
Structure keeps track of the variables, their value and the line number they are defined on. 
Definition at line 51 of file pdl_variable.h.
The documentation for this struct was generated from the following file:
Generated on Sun May 29 21:22:13 2005 for lcmaps by
 1.3.5
 
1.3.5