Lines Matching refs:l2
894 GList *l2,
904 while (l1 && l2)
906 cmp = ((GCompareDataFunc) compare_func) (l1->data, l2->data, user_data);
915 l->next = l2;
916 l2 = l2->next;
922 l->next = l1 ? l1 : l2;
933 GList *l1, *l2;
941 l2 = list->next;
943 while ((l2 = l2->next) != NULL)
945 if ((l2 = l2->next) == NULL)
949 l2 = l1->next;
953 g_list_sort_real (l2, compare_func, user_data),