Searched refs:stat4 (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/host-tools/nawk-20071023/ |
D | proto.h | 88 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
|