Next: , Previous: , Up: Functions   [Index]


3.22.3.13 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.