Home
last modified time | relevance | path

Searched refs:pending_news (Results 1 – 1 of 1) sorted by relevance

/external/ltrace/
Dhandle_event.c219 static Pending_New * pending_news = NULL; variable
227 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()