Lines Matching refs:Exnode_t
59 Exnode_t* next; /* free list link */ \
64 Exnode_t* args; /* actual argument list */ \
68 Exnode_t* array; /* array name */ \
70 Exnode_t* statement; /* statement to apply */ \
74 Exnode_t* descriptor; /* Expr_t.file index */ \
79 Exnode_t* args; /* formal arg list */ \
80 Exnode_t* body; /* body */ \
86 Exnode_t* descriptor; /* Expr_t.file index */ \
87 Exnode_t* format; /* format arg */ \
88 Exnode_t* args; /* actual args */ \
129 Exnode_t* firstcase; /* first case block */
130 Exnode_t* lastcase; /* last case block */
131 Exnode_t* defcase; /* default case block */
154 Exnode_t* procedure; /* current procedure */