Lines Matching refs:stringfeed
247 if (from->stringfeed)
251 if (!to->stringfeed)
254 to->stringfeed = classes->stringfeed;
255 classes->stringfeed = NULL;
258 s = &to->stringfeed;
259 for (it = from->stringfeed; it; it = it->next)
275 } else if (to->stringfeed && !from->stringfeed)
279 classes->stringfeed = to->stringfeed;
280 to->stringfeed = NULL;