Home
last modified time | relevance | path

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

/external/one-true-awk/
Dproto.h83 extern Node *stat4(int, Node *, Node *, Node *, Node *);
Dawkgram.y125 { --inloop; $$ = stat4(FOR, $3, notnull($6), $9, $12); }
127 { --inloop; $$ = stat4(FOR, $3, NIL, $7, $10); }
Dparse.c123 Node *stat4(int a, Node *b, Node *c, Node *d, Node *e) in stat4() function
Dytab.c2568 …{ --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()