Searched refs:nfstats (Results 1 – 1 of 1) sorted by relevance
964 struct filestats *nfstats = Fstats; in lex_free() local972 while (nfstats != NULL) { in lex_free()973 Fstats = nfstats->next; in lex_free()974 stats_delete(nfstats->stats); in lex_free()975 if (nfstats->idstats != NULL) in lex_free()976 stats_delete(nfstats->idstats); in lex_free()977 FREE(nfstats); in lex_free()978 nfstats = Fstats; in lex_free()