Home
last modified time | relevance | path

Searched refs:la_word_break_characters (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dcompleter.c235 else if (strchr (current_language->la_word_break_characters(), *p)) in VEC()
527 current_language->la_word_break_characters(); in VEC()
896 current_language->la_word_break_characters(); in line_completion_function()
918 breakchars = current_language->la_word_break_characters(); in skip_quoted_chars()
H A Dlanguage.h282 char *(*la_word_break_characters) (void); member