Lines Matching refs:stringfeed
321 if (from->stringfeed) {
324 if (!to->stringfeed) {
326 to->stringfeed = classes->stringfeed;
327 classes->stringfeed = NULL;
330 s = &to->stringfeed;
331 for (it = from->stringfeed; it; it = it->next) {
345 else if (to->stringfeed && !from->stringfeed) {
347 classes->stringfeed = to->stringfeed;
348 to->stringfeed = NULL;