Home | History | Annotate | Download | only in fortran

Lines Matching refs:iostat

72 	tag_iostat	= {"IOSTAT", " iostat =", " %v", BT_INTEGER},
1867 /* NEWUNIT, IOSTAT, SIZE and IOMSG are variable definition contexts. */
1904 m = match_out_tag (&tag_iostat, &open->iostat);
1990 gfc_free_expr (open->iostat);
2032 RESOLVE_TAG (&tag_iostat, open->iostat);
2189 bool warn = (open->err || open->iostat) ? true : false;
2619 gfc_free_expr (close->iostat);
2641 m = match_out_tag (&tag_iostat, &close->iostat);
2720 bool warn = (close->iostat || close->err) ? true : false;
2757 RESOLVE_TAG (&tag_iostat, close->iostat);
2774 gfc_free_expr (fp->iostat);
2792 m = match_out_tag (&tag_iostat, &fp->iostat);
2880 RESOLVE_TAG (&tag_iostat, fp->iostat);
2883 if (!fp->unit && (fp->iostat || fp->iomsg || fp->err))
3196 m = match_out_tag (&tag_iostat, &dt->iostat);
3247 gfc_free_expr (dt->iostat);
3287 RESOLVE_TAG (&tag_iostat, dt->iostat);
3787 warn = (dt->err || dt->iostat) ? true : false;
4478 gfc_free_expr (inquire->iostat);
4530 RETM m = match_out_tag (&tag_iostat, &inquire->iostat);
4740 INQUIRE_RESOLVE_TAG (&tag_iostat, inquire->iostat);
4792 gfc_free_expr (wait->iostat);
4804 RESOLVE_TAG (&tag_iostat, wait->iostat);
4830 RETM m = match_out_tag (&tag_iostat, &wait->iostat);