__get_variable_from_expr
__get_variable_from_expr(sym_ptr, buf, deref, len, complicated);
__get_variable_from_expr(sym_ptr, buf, expr->unop,
__get_variable_from_expr(sym_ptr, buf, expr->unop,
__get_variable_from_expr(sym_ptr, buf, array_expr, len, complicated);
__get_variable_from_expr(sym_ptr, buf, expr->left, len, complicated);
__get_variable_from_expr(NULL, buf, expr->right, len, complicated);
__get_variable_from_expr(NULL, buf, expr->fn, len, complicated);
__get_variable_from_expr(NULL, buf, tmp, len, complicated);
__get_variable_from_expr(sym_ptr, buf,
__get_variable_from_expr(NULL, buf, expr->conditional, len, complicated);
__get_variable_from_expr(NULL, buf, expr->cond_true, len, complicated);
__get_variable_from_expr(NULL, buf, expr->cond_false, len, complicated);
__get_variable_from_expr(&tmp_sym, buf, expr, len, complicated);