Searched refs:nextep (Results 1 – 1 of 1) sorted by relevance
3322 struct event *nextep; in save_suspects() local3325 for (ep = fmep->psuspects; ep; ep = nextep) { in save_suspects()3326 nextep = ep->psuspects; in save_suspects()3333 for (ep = fmep->suspects; ep; ep = nextep) { in save_suspects()3334 nextep = ep->suspects; in save_suspects()3350 struct event *nextep; in restore_suspects() local3354 for (ep = fmep->psuspects; ep; ep = nextep) { in restore_suspects()3356 nextep = ep->psuspects; in restore_suspects()