GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
add_partial_filename_data Struct Reference

Public Member Functions

void operator() (const char *filename, const char *fullname)
 

Public Attributes

struct filename_seen_cachefilename_seen_cache
 
const char * text
 
const char * word
 
int text_len
 
completion_listlist
 

Detailed Description

Definition at line 6073 of file symtab.c.

Member Function Documentation

◆ operator()()

void add_partial_filename_data::operator() ( const char *  filename,
const char *  fullname 
)

Member Data Documentation

◆ filename_seen_cache

struct filename_seen_cache* add_partial_filename_data::filename_seen_cache

Definition at line 6075 of file symtab.c.

Referenced by make_source_files_completion_list().

◆ list

completion_list* add_partial_filename_data::list

Definition at line 6079 of file symtab.c.

Referenced by make_source_files_completion_list(), and operator()().

◆ text

const char* add_partial_filename_data::text

Definition at line 6076 of file symtab.c.

Referenced by make_source_files_completion_list(), and operator()().

◆ text_len

int add_partial_filename_data::text_len

Definition at line 6078 of file symtab.c.

Referenced by make_source_files_completion_list(), and operator()().

◆ word

const char* add_partial_filename_data::word

Definition at line 6077 of file symtab.c.

Referenced by make_source_files_completion_list(), and operator()().


The documentation for this struct was generated from the following file: