Searched defs:old_objs (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dtext-chemistry.cpp396 GSList *old_objs = NULL; local
447 old_objs = g_slist_prepend (old_objs, flowtext);
457 for (GSList *i = old_objs; i; i = i->next) {
461 g_slist_free (old_objs);

Completed in 11 milliseconds