Searched refs:activeList (Results 1 – 1 of 1) sorted by relevance
268 static dirlist_t *activeList = NULL; /* directory list */ in loadauditlist() local313 n2 = activeList; in loadauditlist()326 } while ((n1 != listhead) && (n2 != activeList)); in loadauditlist()342 freedirlist(activeList); /* old list */ in loadauditlist()343 activeList = listhead; /* new list */ in loadauditlist()