Searched refs:pending_news (Results 1 – 1 of 1) sorted by relevance
219 static Pending_New * pending_news = NULL; variable227 p = pending_news; in pending_new()249 p->next = pending_news; in pending_new_insert()250 pending_news = p; in pending_new_insert()259 for (pp = &pending_news; *pp != NULL; pp = &(*pp)->next) in pending_new_remove()