Lines Matching refs:iostat
2415 if (co->ext.open && co->ext.open->iostat
2416 && co->ext.open->iostat->symtree->n.sym == do_var)
2417 gfc_error_now (errmsg, do_var->name, &co->ext.open->iostat->where,
2422 if (co->ext.close && co->ext.close->iostat
2423 && co->ext.close->iostat->symtree->n.sym == do_var)
2424 gfc_error_now (errmsg, do_var->name, &co->ext.close->iostat->where,
2442 CHECK_INQ(iostat);
2461 if (co->ext.dt && co->ext.dt->iostat && co->ext.dt->iostat->symtree
2462 && co->ext.dt->iostat->symtree->n.sym == do_var)
2463 gfc_error_now (errmsg, do_var->name, &co->ext.dt->iostat->where,
5461 WALK_SUBEXPR (co->ext.open->iostat);
5478 WALK_SUBEXPR (co->ext.close->iostat);
5487 WALK_SUBEXPR (co->ext.filepos->iostat);
5495 WALK_SUBEXPR (co->ext.inquire->iostat);
5532 WALK_SUBEXPR (co->ext.wait->iostat);
5543 WALK_SUBEXPR (co->ext.dt->iostat);