| Data Fields | |
| int | base | 
| int | comment | 
| int | step | 
| struct stack * | next | 
Stack of indentation information used for pretty-printing configuration information.
| int stack::base | 
Referenced by dmxConfigPopState(), and dmxConfigPushState().
| int stack::comment | 
Referenced by dmxConfigPushComment(), and dmxConfigPushState().
| struct stack* stack::next | 
Referenced by dmxConfigPopState().
| int stack::step | 
Referenced by dmxConfigPushState(), and dmxConfigPushStep().