Searched refs:next_file (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | event-loop.c | 72 struct file_handler *next_file; /* Next registered file descriptor. */ member 488 file_ptr = file_ptr->next_file) in create_file_handler() 501 file_ptr->next_file = gdb_notifier.first_file_handler; in create_file_handler() 566 file_ptr = file_ptr->next_file) in delete_file_handler() 634 gdb_notifier.first_file_handler = file_ptr->next_file; in delete_file_handler() 638 prev_ptr->next_file != file_ptr; in delete_file_handler() 639 prev_ptr = prev_ptr->next_file) in delete_file_handler() 641 prev_ptr->next_file = file_ptr->next_file; in delete_file_handler() 663 file_ptr = file_ptr->next_file) in handle_file_event() 804 file_ptr = file_ptr->next_file) in gdb_wait_for_event() [all …]
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | ar.c | 1059 goto next_file; in delete_members() 1071 next_file: in delete_members() 1113 goto next_file; in move_members() 1121 next_file:; in move_members() 1160 goto next_file; in replace_members() 1168 goto next_file; in replace_members() 1181 goto next_file; in replace_members() 1193 next_file:; in replace_members()
|
| /NextBSD/contrib/gcclibs/libcpp/ |
| HD | files.c | 72 struct _cpp_file *next_file; member 455 file->next_file = pfile->all_files; in _cpp_find_file() 500 file->next_file = pfile->all_files; in _cpp_find_file() 718 for (f = pfile->all_files; f; f = f->next_file) in should_stack_file() 1539 for (f = pfile->all_files; f; f = f->next_file) in _cpp_save_file_entries() 1549 for (f = pfile->all_files; f; f = f->next_file) in _cpp_save_file_entries()
|
| /NextBSD/bin/pax/ |
| HD | extern.h | 160 int next_file(ARCHD *);
|
| HD | ar_subs.c | 397 while (next_file(arcn) == 0) { in wr_archive() 782 while (next_file(arcn) == 0) { in copy()
|
| HD | ftree.c | 346 next_file(ARCHD *arcn) in next_file() function
|
| /NextBSD/contrib/gcc/ |
| HD | mips-tfile.c | 1067 struct efdr *next_file; /* next file descriptor */ member 2393 file_ptr = file_ptr->next_file) in add_file() 2442 last_file_ptr = &file_ptr->next_file; in add_file() 3813 file_ptr = file_ptr->next_file) in update_headers() 4112 file_ptr = file_ptr->next_file) in write_object() 4124 file_ptr = file_ptr->next_file) in write_object() 4136 file_ptr = file_ptr->next_file) in write_object() 4148 file_ptr = file_ptr->next_file) in write_object() 4168 file_ptr = file_ptr->next_file) in write_object()
|
| HD | ChangeLog-2003 | 11982 next_file. Remove import and pragma_once, add once_only.
|
| /NextBSD/contrib/groff/src/roff/troff/ |
| HD | input.cpp | 222 virtual int next_file(FILE *, const char *) { return 0; } in next_file() function in input_iterator 284 int next_file(FILE *, const char *); 321 int file_iterator::next_file(FILE *f, const char *s) in next_file() function in file_iterator 423 static void next_file(FILE *, const char *); 674 void input_stack::next_file(FILE *fp, const char *s) in next_file() function in input_stack 678 if ((*pp)->next_file(fp, s)) in next_file() 754 void next_file() in next_file() function 767 input_stack::next_file(fp, nm.contents()); in next_file() 7593 init_request("nx", next_file); in init_input_requests()
|
| /NextBSD/contrib/binutils/gas/ |
| HD | ecoff.c | 950 struct efdr *next_file; /* next file descriptor */ member 2247 fil_ptr = fil_ptr->next_file) in add_file() 2297 last_file_ptr = &fil_ptr->next_file; in add_file() 4676 fil_ptr = fil_ptr->next_file) in ecoff_build_debug()
|
| /NextBSD/contrib/groff/ |
| HD | ChangeLog.115 | 1175 (file_iterator::~file_iterator, file_iterator::next_file): Use 2469 (input_stack::next_file): Handle the situation where there is no 2472 (next_file): Make the filename optional; in this case call
|
| HD | ChangeLog.118 | 3153 (file_iterator::next_file): Updated.
|
| HD | ChangeLog | 3049 (next_file, source, ps_bbox_request, transparent_file,
|