Home
last modified time | relevance | path

Searched refs:next_array_record (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dio.h831 extern gfc_offset next_array_record (st_parameter_dt *, array_loop_spec *,
833 internal_proto(next_array_record);
H A Dtransfer.c3646 next_array_record (st_parameter_dt *dtp, array_loop_spec *ls, int *finished) in next_array_record() function
3795 record = next_array_record (dtp, dtp->u.p.current_unit->ls, in next_record_r()
4132 gfc_offset record = next_array_record in next_record_w()
H A Dwrite.c2077 record = next_array_record (dtp, dtp->u.p.current_unit->ls, in namelist_write_newline()
H A Dlist_read.c248 record = next_array_record (dtp, dtp->u.p.current_unit->ls, in next_char_internal()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dio.h827 extern gfc_offset next_array_record (st_parameter_dt *, array_loop_spec *,
829 internal_proto(next_array_record);
H A Dtransfer.c3483 next_array_record (st_parameter_dt *dtp, array_loop_spec *ls, int *finished) in next_array_record() function
3632 record = next_array_record (dtp, dtp->u.p.current_unit->ls, in next_record_r()
3965 gfc_offset record = next_array_record in next_record_w()
H A Dwrite.c2025 record = next_array_record (dtp, dtp->u.p.current_unit->ls, in namelist_write_newline()
H A Dlist_read.c249 record = next_array_record (dtp, dtp->u.p.current_unit->ls, in next_char_internal()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-20082512 next_array_record() and init_loop_spec().
2514 of next_array_record to check for end on internal file.
2522 (next_array_record): Use an extra flag to signal that the
2524 (next_record_r): Use the new flag to next_array_record().
H A DChangeLog-2005302 (is_internal_unit, is_array_io, next_array_record,
411 next_array_record): Add dtp argument, pass it all around, adjust for
675 (next_array_record): New function to return the index to the next array
H A DChangeLog-2006896 * io/transfer.c (next_record_w): Use next_array_record result to set
H A DChangeLog-20181885 of next_array_record.
H A DChangeLog-20072224 * io/transfer.c (init_loop_spec, next_array_record): Change to