HomeSort by relevance Sort by last modified time
    Searched full:possible_matches (Results 1 - 1 of 1) sorted by null

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

Completed in 241 milliseconds