Searched refs:nextep (Results 1 – 1 of 1) sorted by relevance
3314 struct event *nextep; in save_suspects() local3317 for (ep = fmep->psuspects; ep; ep = nextep) { in save_suspects()3318 nextep = ep->psuspects; in save_suspects()3325 for (ep = fmep->suspects; ep; ep = nextep) { in save_suspects()3326 nextep = ep->suspects; in save_suspects()3342 struct event *nextep; in restore_suspects() local3346 for (ep = fmep->psuspects; ep; ep = nextep) { in restore_suspects()3348 nextep = ep->psuspects; in restore_suspects()