Searched refs:nextep (Results 1 – 1 of 1) sorted by relevance
3304 struct event *nextep; in save_suspects() local3307 for (ep = fmep->psuspects; ep; ep = nextep) { in save_suspects()3308 nextep = ep->psuspects; in save_suspects()3315 for (ep = fmep->suspects; ep; ep = nextep) { in save_suspects()3316 nextep = ep->suspects; in save_suspects()3332 struct event *nextep; in restore_suspects() local3336 for (ep = fmep->psuspects; ep; ep = nextep) { in restore_suspects()3338 nextep = ep->psuspects; in restore_suspects()