Home | History | Annotate | Download | only in src

Lines Matching refs:cur_expr

733 	cond_expr_t *cur_expr;
744 for (cur_expr = node->expr; cur_expr != NULL; cur_expr = cur_expr->next)
752 for (cur_expr = node->expr; cur_expr != NULL; cur_expr = cur_expr->next) {
754 buf[items++] = cpu_to_le32(cur_expr->expr_type);
755 buf[items++] = cpu_to_le32(cur_expr->bool);