Home | History | Annotate | Download | only in io

Lines Matching defs:ionml

3047   namelist_info *ionml;
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;
4808 for (t1 = dtp->u.p.ionml; t1->next; t1 = t1->next);
4860 for (nml = dtp->u.p.ionml; nml->next; nml = nml->next);