Replay macro variable. More...
#include <replay.h>
Data Fields | |
rbnode_type | node |
rbtree node. More... | |
char * | name |
the variable name | |
char * | value |
the variable value | |
Replay macro variable.
And its value.
rbnode_type replay_var::node |
rbtree node.
Key is this structure. Sorted by name.
Referenced by macro_assign(), and macro_getvar().