HomeSort by: relevance | last modified time | path
    Searched defs:nextdl (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/config/
main.c 982 struct defoptlist *dl, *nextdl, *olddl; local in function:defopt
994 for (dl = opts; dl != NULL; dl = nextdl) {
995 nextdl = dl->dl_next;
main.c 982 struct defoptlist *dl, *nextdl, *olddl; local in function:defopt
994 for (dl = opts; dl != NULL; dl = nextdl) {
995 nextdl = dl->dl_next;
main.c 982 struct defoptlist *dl, *nextdl, *olddl; local in function:defopt
994 for (dl = opts; dl != NULL; dl = nextdl) {
995 nextdl = dl->dl_next;

Completed in 34 milliseconds