Home | History | Annotate | Download | only in gio

Lines Matching full:tree_matches

1090 static GList *tree_matches = NULL;
1223 tree_matches = g_list_insert_sorted (tree_matches, match, cmp_match);
1318 g_list_foreach (tree_matches, (GFunc)tree_match_free, NULL);
1319 g_list_free (tree_matches);
1320 tree_matches = NULL;
1655 for (l = tree_matches; l; l = l->next)