Home
last modified time | relevance | path

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

/dragonfly/contrib/awk/
H A Dproto.h83 extern Node *stat4(int, Node *, Node *, Node *, Node *);
H A Dawkgram.y126 { --inloop; $$ = stat4(FOR, $3, notnull($6), $9, $12); }
128 { --inloop; $$ = stat4(FOR, $3, NIL, $7, $10); }
H A Dparse.c123 Node *stat4(int a, Node *b, Node *c, Node *d, Node *e) in stat4() function