HomeSort by: relevance | last modified time | path
    Searched refs:ionml (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgfortran/io/
lock.c 48 if (dtp->u.p.ionml != NULL)
50 t1 = dtp->u.p.ionml;
64 dtp->u.p.ionml = NULL;
transfer.c 2990 namelist_info *ionml; local
2995 ionml = ((cf & IOPARM_DT_IONML_SET) != 0) ? dtp->u.p.ionml : NULL;
2999 dtp->u.p.ionml = ionml;
3172 if ((cf & IOPARM_DT_HAS_NAMELIST_NAME) != 0 && dtp->u.p.ionml != NULL)
3364 if (ionml && dtp->u.p.current_unit->flags.delim == DELIM_UNSPECIFIED)
3589 && dtp->u.p.ionml == NULL)
4292 if ((dtp->u.p.ionml != NULL)
4749 dtp->u.p.ionml = nml
    [all...]
io.h 568 namelist_info *ionml; member in struct:st_parameter_dt::__anon11857::__anon11858
unit.c 448 if (dtp->u.p.ionml) /* A namelist. */
list_read.c 2683 namelist_info *t = dtp->u.p.ionml;
2741 for (t = dtp->u.p.ionml; t; t = t->next)
2820 for (nl = dtp->u.p.ionml; nl; nl = nl->next)
  /src/external/gpl3/gcc/dist/libgfortran/io/
lock.c 48 if (dtp->u.p.ionml != NULL)
50 t1 = dtp->u.p.ionml;
64 dtp->u.p.ionml = NULL;
transfer.c 3047 namelist_info *ionml; local
3052 ionml = ((cf & IOPARM_DT_IONML_SET) != 0) ? dtp->u.p.ionml : NULL;
3056 dtp->u.p.ionml = ionml;
3229 if ((cf & IOPARM_DT_HAS_NAMELIST_NAME) != 0 && dtp->u.p.ionml != NULL)
3421 if (ionml && dtp->u.p.current_unit->flags.delim == DELIM_UNSPECIFIED)
3646 && dtp->u.p.ionml == NULL)
4349 if ((dtp->u.p.ionml != NULL)
4804 dtp->u.p.ionml = nml
    [all...]
io.h 567 namelist_info *ionml; member in struct:st_parameter_dt::__anon1836::__anon1837
unit.c 483 if (dtp->u.p.ionml) /* A namelist. */
list_read.c 2753 namelist_info *t = dtp->u.p.ionml;
2811 for (t = dtp->u.p.ionml; t; t = t->next)
2890 for (nl = dtp->u.p.ionml; nl; nl = nl->next)

Completed in 167 milliseconds