Next: , Previous: x1f4_link_expression, Up: Expression Evaluator Functions


2.20.3.14 x1f4_list_expression

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.

See struct x1f4_variable_type.