Searched refs:stat4 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/awk-20/src/
H A Dproto.h83 extern Node *stat4(int, Node *, Node *, Node *, Node *);
H A Dparse.c123 Node *stat4(int a, Node *b, Node *c, Node *d, Node *e) function
H A Dawkgram.y125 { --inloop; $$ = stat4(FOR, $3, notnull($6), $9, $12); }
127 { --inloop; $$ = stat4(FOR, $3, NIL, $7, $10); }
H A Dytabc.bak2426 { --inloop; (yyval.p) = stat4(FOR, (yyvsp[-9].p), notnull((yyvsp[-6].p)), (yyvsp[-3].p), (yyvsp[0].p)); }
2436 { --inloop; (yyval.p) = stat4(FOR, (yyvsp[-7].p), NIL, (yyvsp[-3].p), (yyvsp[0].p)); }

Completed in 113 milliseconds