Searched refs:quote_characters (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcompleter.c287 const char *quote_characters;
318 if (info->quote_characters != NULL)
358 else if (strchr (info->quote_characters, line_buffer[scan]))
428 info.quote_characters = gdb_completer_quote_characters;
2083 info.quote_characters = gdb_completer_quote_characters;
286 const char *quote_characters; member in struct:gdb_rl_completion_word_info
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcompleter.c271 const char *quote_characters;
302 if (info->quote_characters != NULL)
339 else if (strchr (info->quote_characters, line_buffer[scan]))
402 info.quote_characters = gdb_completer_quote_characters;
1978 info.quote_characters = gdb_completer_quote_characters;
270 const char *quote_characters; member in struct:gdb_rl_completion_word_info

Completed in 273 milliseconds