Searched refs:la_word_break_characters (Results 1 – 2 of 2) sorted by relevance
247 else if (strchr (current_language->la_word_break_characters(), *p)) in location_completer()395 current_language->la_word_break_characters(); in complete_line()670 current_language->la_word_break_characters(); in line_completion_function()692 breakchars = current_language->la_word_break_characters(); in skip_quoted_chars()
274 char *(*la_word_break_characters) (void); member