GDB (xrefs)
|
#include "completer.h"
Public Member Functions | |
const char * | match () |
void | set_match (const char *match) |
void | mark_ignored_range (const char *begin, const char *end) |
const char * | finish () |
void | clear () |
Private Attributes | |
const char * | m_match |
std::vector< std::pair< const char *, const char * > > | m_ignored_ranges |
std::string | m_finished_storage |
Definition at line 135 of file completer.h.
|
inline |
Definition at line 176 of file completer.h.
References m_ignored_ranges, and m_match.
Referenced by completion_tracker::reset_completion_match_result().
|
inline |
Definition at line 155 of file completer.h.
References m_finished_storage, m_ignored_ranges, and m_match.
Referenced by completion_tracker::maybe_add_completion().
|
inline |
Definition at line 147 of file completer.h.
References m_ignored_ranges.
Referenced by strncmp_iw_with_mode().
|
inline |
|
inline |
Definition at line 143 of file completer.h.
References m_match, and match().
Referenced by completion_match_result::set_match().
|
private |
Definition at line 201 of file completer.h.
Referenced by finish().
|
private |
Definition at line 197 of file completer.h.
Referenced by clear(), finish(), and mark_ignored_range().
|
private |
Definition at line 186 of file completer.h.
Referenced by clear(), finish(), match(), and set_match().