Lines Matching defs:tailp
353 struct dead_debug_use **tailp = &debug->head;389 while ((cur = *tailp))392 *tailp = cur->next;396 tailp = &cur->next;578 struct dead_debug_use **tailp = &debug->head;599 while ((cur = *tailp))607 *tailp = cur->next;613 *tailp = cur->next;624 tailp = &(*tailp)->next;
Indexes created Sun Mar 01 05:31:48 UTC 2026