HomeSort by: relevance | last modified time | path
    Searched defs:tn3 (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/xlint/lint1/
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");

Completed in 13 milliseconds