OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_file_handler
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdbsupport/
event-loop.cc
105
file_handler *
first_file_handler
;
member in struct:__anon21133
319
for (file_ptr = gdb_notifier.
first_file_handler
; file_ptr != NULL;
333
file_ptr->next_file = gdb_notifier.
first_file_handler
;
334
gdb_notifier.
first_file_handler
= file_ptr;
387
gdb_notifier.next_file_handler = gdb_notifier.
first_file_handler
;
396
gdb_notifier.next_file_handler = gdb_notifier.
first_file_handler
;
411
for (file_ptr = gdb_notifier.
first_file_handler
; file_ptr != NULL;
469
&& file_ptr == gdb_notifier.
first_file_handler
)
476
if (file_ptr == gdb_notifier.
first_file_handler
)
477
gdb_notifier.
first_file_handler
= file_ptr->next_file
[
all
...]
/src/external/gpl3/gdb/dist/gdbsupport/
event-loop.cc
105
file_handler *
first_file_handler
;
member in struct:__anon761
319
for (file_ptr = gdb_notifier.
first_file_handler
; file_ptr != NULL;
333
file_ptr->next_file = gdb_notifier.
first_file_handler
;
334
gdb_notifier.
first_file_handler
= file_ptr;
387
gdb_notifier.next_file_handler = gdb_notifier.
first_file_handler
;
396
gdb_notifier.next_file_handler = gdb_notifier.
first_file_handler
;
411
for (file_ptr = gdb_notifier.
first_file_handler
; file_ptr != NULL;
469
&& file_ptr == gdb_notifier.
first_file_handler
)
476
if (file_ptr == gdb_notifier.
first_file_handler
)
477
gdb_notifier.
first_file_handler
= file_ptr->next_file
[
all
...]
Completed in 16 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026