GDB (xrefs)
|
Public Member Functions | |
void | operator() (const char *filename, const char *fullname) |
Public Attributes | |
struct filename_seen_cache * | filename_seen_cache |
const char * | text |
const char * | word |
int | text_len |
completion_list * | list |
void add_partial_filename_data::operator() | ( | const char * | filename, |
const char * | fullname ) |
Definition at line 6099 of file symtab.c.
References add_filename_to_list(), list, not_interesting_fname(), filename_seen_cache::seen(), text, text_len, and word.
struct filename_seen_cache* add_partial_filename_data::filename_seen_cache |
Definition at line 6087 of file symtab.c.
Referenced by make_source_files_completion_list().
completion_list* add_partial_filename_data::list |
Definition at line 6091 of file symtab.c.
Referenced by make_source_files_completion_list(), and operator()().
const char* add_partial_filename_data::text |
Definition at line 6088 of file symtab.c.
Referenced by make_source_files_completion_list(), and operator()().
int add_partial_filename_data::text_len |
Definition at line 6090 of file symtab.c.
Referenced by make_source_files_completion_list(), and operator()().
const char* add_partial_filename_data::word |
Definition at line 6089 of file symtab.c.
Referenced by make_source_files_completion_list(), and operator()().