|
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 134 of file completer.h.
|
inline |
Definition at line 175 of file completer.h.
References m_ignored_ranges, and m_match.
Referenced by completion_tracker::reset_completion_match_result().
|
inline |
Definition at line 154 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 146 of file completer.h.
References m_ignored_ranges.
Referenced by strncmp_iw_with_mode().
|
inline |
|
inline |
Definition at line 142 of file completer.h.
References m_match, and match().
Referenced by completion_match_result::set_match().
|
private |
Definition at line 200 of file completer.h.
Referenced by finish().
|
private |
Definition at line 196 of file completer.h.
Referenced by clear(), finish(), and mark_ignored_range().
|
private |
Definition at line 185 of file completer.h.
Referenced by clear(), finish(), match(), and set_match().
1.8.14