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

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 44 of file pdl_variable.h.


The documentation for this struct was generated from the following file:
Generated on Sat Oct 2 02:18:27 2004 for edg-lcmaps by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002