Searched refs:nextep (Results 1 – 1 of 1) sorted by relevance
3311 struct event *nextep; in save_suspects() local3314 for (ep = fmep->psuspects; ep; ep = nextep) { in save_suspects()3315 nextep = ep->psuspects; in save_suspects()3322 for (ep = fmep->suspects; ep; ep = nextep) { in save_suspects()3323 nextep = ep->suspects; in save_suspects()3339 struct event *nextep; in restore_suspects() local3343 for (ep = fmep->psuspects; ep; ep = nextep) { in restore_suspects()3345 nextep = ep->psuspects; in restore_suspects()