Next: x1f4_llink_operator1s, Previous: x1f4_link_expression, Up: Expression Evaluator Functions
extern void x1f4_list_expression (void *x1f4_expression, void *data, void (*this) (void *, const struct x1f4_variable_type *));
The x1f4_list_expression
function lists the variable occurences in the
x1f4_expression
parsed expression representation by calling the
this
method with the variable listing data
context and the
variable definition as parameters for each variable occurence.