Home
last modified time | relevance | path

Searched refs:tn3 (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/usr.bin/xlint/lint1/
Dfunc.c782 stmt_for_exprs(tnode_t *tn1, tnode_t *tn2, tnode_t *tn3) in stmt_for_exprs() argument
803 cstmt->c_for_expr3 = tn3; in stmt_for_exprs()
829 tnode_t *tn3 = cstmt->c_for_expr3; in stmt_for_exprs_stmt() local
843 if (tn3 != NULL) in stmt_for_exprs_stmt()
844 expr(tn3, false, false, true, false, "for continuation"); in stmt_for_exprs_stmt()