func.c | 777 stmt_for_exprs(tnode_t *tn1, tnode_t *tn2, tnode_t *tn3) 795 cstmt->c_for_expr3 = tn3; 809 /* The tn3 expression is checked in stmt_for_exprs_stmt. */ 821 tnode_t *tn3 = cstmt->c_for_expr3; local in function:stmt_for_exprs_stmt 835 if (tn3 != NULL) 836 expr(tn3, false, false, true, false, "for continuation");
|