Searched refs:thelist (Results 1 – 1 of 1) sorted by relevance
1815 struct thelist { in prune_dbs() struct1816 struct thelist *next; in prune_dbs() argument1818 } thelist, *ptl; in prune_dbs() local1824 thelist.next = NULL; in prune_dbs()1853 ptl = malloc(sizeof (struct thelist)); in prune_dbs()1861 ptl->next = thelist.next; in prune_dbs()1862 thelist.next = ptl; in prune_dbs()1878 for (ptl = thelist.next; ptl; ptl = thelist.next) { in prune_dbs()1879 thelist.next = ptl->next; in prune_dbs()1927 thelist.next = NULL; in prune_dbs()