Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgfilenamecompleter.c422 GList *possible_matches, *l; in g_filename_completer_get_completion_suffix() local
431 possible_matches = init_completion (completer, initial_text, &prefix); in g_filename_completer_get_completion_suffix()
435 for (l = possible_matches; l != NULL; l = l->next) in g_filename_completer_get_completion_suffix()
475 GList *possible_matches, *l; in g_filename_completer_get_completions() local
483 possible_matches = init_completion (completer, initial_text, &prefix); in g_filename_completer_get_completions()
486 for (l = possible_matches; l != NULL; l = l->next) in g_filename_completer_get_completions()