Searched refs:olddl (Results 1 – 1 of 1) sorted by relevance
983 struct defoptlist *dl, *nextdl, *olddl; in defopt() local1057 if ((olddl = dlhash_lookup(optfiletab, name)) == NULL) { in defopt()1060 while (olddl->dl_next != NULL) in defopt()1061 olddl = olddl->dl_next; in defopt()1062 olddl->dl_next = dl; in defopt()