|
GDB (xrefs)
|
#include "gdb_vecs.h"Go to the source code of this file.
Functions | |
| VEC (char_ptr)*complete_line(const char *text | |
| char * | readline_line_completion_function (const char *text, int matches) |
| const char const char const char const char const char const char const char const char const char const char const char const char *char * | get_gdb_completer_quote_characters (void) |
| char * | gdb_completion_word_break_characters (void) |
| const char * | skip_quoted_chars (const char *, const char *, const char *) |
| const char * | skip_quoted (const char *) |
Variables | |
| char * | line_buffer |
| char int | point |
| char* gdb_completion_word_break_characters | ( | void | ) |
Definition at line 824 of file completer.c.
References gdb_assert, handle_brkchars, and VEC.
Referenced by init_main().
| const char const char const char const char const char const char const char const char const char const char const char const char* char* get_gdb_completer_quote_characters | ( | void | ) |
Definition at line 92 of file completer.c.
References gdb_completer_quote_characters.
Referenced by init_main().
| char* readline_line_completion_function | ( | const char * | text, |
| int | matches | ||
| ) |
Definition at line 100 of file completer.c.
References line_completion_function().
Referenced by init_main().
| const char* skip_quoted | ( | const char * | ) |
| const char* skip_quoted_chars | ( | const char * | , |
| const char * | , | ||
| const char * | |||
| ) |
Definition at line 915 of file completer.c.
References current_language, gdb_completer_quote_characters, language_defn::la_word_break_characters, scan(), and strchr().
Referenced by skip_quoted().
| char* line_buffer |
Definition at line 23 of file completer.h.
Referenced by print_doc_line().
Definition at line 23 of file completer.h.
Referenced by complete_command().
1.7.6.1