Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgfilenamecompleter.c415 GList *possible_matches, *l; in g_filename_completer_get_completion_suffix() local
424 possible_matches = init_completion (completer, initial_text, &prefix); in g_filename_completer_get_completion_suffix()
428 for (l = possible_matches; l != NULL; l = l->next) in g_filename_completer_get_completion_suffix()
468 GList *possible_matches, *l; in g_filename_completer_get_completions() local
476 possible_matches = init_completion (completer, initial_text, &prefix); in g_filename_completer_get_completions()
479 for (l = possible_matches; l != NULL; l = l->next) in g_filename_completer_get_completions()