Home | History | Annotate | Download | only in util

Lines Matching full:walk

358   NEOERR *walk = *err;
360 while (walk != STATUS_OK && walk != INTERNAL_ERR)
363 if (walk->error == etype)
369 walk = walk->next;
372 if (walk == STATUS_OK && etype == STATUS_OK_INT)
374 if (walk == STATUS_OK)
377 if (walk == INTERNAL_ERR && etype == INTERNAL_ERR_INT)
382 if (walk == INTERNAL_ERR)