#include <def.h>
Data Fields | |
| struct op * | op |
| struct node * | next |
| char | filler [sizeof(union maxnode)-(sizeof(struct op *)+sizeof(struct node *))] |
Definition at line 164 of file def.h.
Definition at line 165 of file def.h.
Referenced by exp_parse(), match_types(), name_space_insert(), parse(), primitive_execute(), reduce(), and walk().
struct node* node::next [read] |
| char node::filler[sizeof(union maxnode)-(sizeof(struct op *)+sizeof(struct node *))] |
1.5.4