HomeSort by relevance Sort by last modified time
    Searched refs:stat4 (Results 1 - 3 of 3) sorted by null

  /external/one-true-awk/
proto.h 83 extern Node *stat4(int, Node *, Node *, Node *, Node *);
parse.c 123 Node *stat4(int a, Node *b, Node *c, Node *d, Node *e) function
awkgram.y 125 { --inloop; $$ = stat4(FOR, $3, notnull($6), $9, $12); }
127 { --inloop; $$ = stat4(FOR, $3, NIL, $7, $10); }

Completed in 1121 milliseconds