Home
last modified time | relevance | path

Searched refs:fnode_array (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dformat.h90 typedef struct fnode_array struct
92 struct fnode_array *next; argument
95 fnode_array; typedef
107 fnode_array *last;
108 fnode_array array;
H A Dformat.c222 fmt->last->next = xmalloc (sizeof (fnode_array)); in get_fnode()
262 fnode_array *fa, *fa_next; in free_format_data()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dformat.h90 typedef struct fnode_array struct
92 struct fnode_array *next; argument
95 fnode_array; argument
107 fnode_array *last;
108 fnode_array array;
H A Dformat.c221 fmt->last->next = xmalloc (sizeof (fnode_array)); in get_fnode()
261 fnode_array *fa, *fa_next; in free_format_data()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2005386 (fnode_array, format_data): New typedefs.