Searched refs:stat4 (Results 1 – 4 of 4) sorted by relevance
/external/one-true-awk/ |
D | proto.h | 83 extern Node *stat4(int, Node *, Node *, Node *, Node *);
|
D | awkgram.y | 125 { --inloop; $$ = stat4(FOR, $3, notnull($6), $9, $12); } 127 { --inloop; $$ = stat4(FOR, $3, NIL, $7, $10); }
|
D | parse.c | 123 Node *stat4(int a, Node *b, Node *c, Node *d, Node *e) in stat4() function
|
D | ytab.c | 2568 …{ --inloop; (yyval.p) = stat4(FOR, (yyvsp[-9].p), notnull((yyvsp[-6].p)), (yyvsp[-3].p), (yyvsp[0]… in yyparse() 2580 { --inloop; (yyval.p) = stat4(FOR, (yyvsp[-7].p), NIL, (yyvsp[-3].p), (yyvsp[0].p)); } in yyparse()
|