Searched refs:stat4 (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/flang/test/Semantics/ |
D | io01.f90 | 28 integer(kind=4) :: stat4 variable 76 open(newunit=n, newunit=nn, iostat=stat4)
|
D | io05.f90 | 7 integer*2 stat4 variable 23 iostat=stat4, &
|
D | io04.f90 | 8 integer*4 stat4 variable
|
/external/one-true-awk/ |
D | proto.h | 84 extern Node *stat4(int, Node *, Node *, Node *, Node *);
|
D | awkgram.y | 126 { --inloop; $$ = stat4(FOR, $3, notnull($6), $9, $12); } 128 { --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
|