Home
last modified time | relevance | path

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

/original-bsd/old/awk/
H A Dawk.g.y276 { PUTS("for(e;e;e)"); $$ = stat4(FOR, $3, $5, $7, $10); }
278 { PUTS("for(e;e;e)"); $$ = stat4(FOR, $3, nullstat, $6, $9); }
H A Dparse.c121 node *stat4(a,b,c,d,e) node *b, *c, *d, *e; in stat4() function
/original-bsd/contrib/awk.research/
H A Dproto.h79 extern Node *stat4(int, Node *, Node *, Node *, Node *);