Searched refs:next_saved_file (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dinput-scrub.c126 struct input_save * next_saved_file; /* Chain of input_saves. */
137 static struct input_save *next_saved_file;
179 saved->next_saved_file = next_saved_file;
208 next_saved_file = saved->next_saved_file;
224 next_saved_file = NULL; /* At EOF, don't pop to any other file */
262 next_saved_file = input_scrub_push (position);
286 next_saved_file = input_scrub_push (position);
309 logical_input_line = next_saved_file
125 struct input_save * next_saved_file; /* Chain of input_saves. */ member in struct:input_save
136 static struct input_save *next_saved_file; variable in typeref:struct:input_save
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dinput-scrub.c122 struct input_save * next_saved_file; /* Chain of input_saves. */
133 static struct input_save *next_saved_file;
173 saved->next_saved_file = next_saved_file;
203 next_saved_file = saved->next_saved_file;
219 next_saved_file = NULL; /* At EOF, don't pop to any other file */
256 next_saved_file = input_scrub_push (position);
279 next_saved_file = input_scrub_push (position);
300 logical_input_line = next_saved_file
121 struct input_save * next_saved_file; /* Chain of input_saves. */ member in struct:input_save
132 static struct input_save *next_saved_file; variable in typeref:struct:input_save
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dinput-scrub.c122 struct input_save * next_saved_file; /* Chain of input_saves. */
133 static struct input_save *next_saved_file;
174 saved->next_saved_file = next_saved_file;
202 next_saved_file = saved->next_saved_file;
218 next_saved_file = NULL; /* At EOF, don't pop to any other file */
255 next_saved_file = input_scrub_push (position);
281 next_saved_file = input_scrub_push (position);
306 logical_input_line = next_saved_file
121 struct input_save * next_saved_file; /* Chain of input_saves. */ member in struct:input_save
132 static struct input_save *next_saved_file; variable in typeref:struct:input_save
[all...]

Completed in 178 milliseconds