Home | History | Annotate | Download | only in Xi

Lines Matching refs:intfeed

291     if (from->intfeed) {
294 if (!to->intfeed) {
296 to->intfeed = classes->intfeed;
297 classes->intfeed = NULL;
300 i = &to->intfeed;
301 for (it = from->intfeed; it; it = it->next) {
315 else if (to->intfeed && !from->intfeed) {
317 classes->intfeed = to->intfeed;
318 to->intfeed = NULL;