Home | History | Annotate | Download | only in shootout

Lines Matching defs:lst

106    GList **lst = user_data;
108 *lst = g_list_insert_sorted(*lst, data, cmp_func);
125 GList *lst;
130 lst = NULL;
136 g_hash_table_foreach(ht, sorted_list, &lst);
137 g_list_foreach(lst, display_stat, &total);
138 g_list_free(lst);
151 GList *lst;
159 lst = NULL;