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

  /src/usr.bin/config/
lint.c 82 struct defoptlist *dl2 = dlhash_lookup(defoptlint, dl->dl_name); local in function:do_emit_option
83 if (dl2 != NULL) {
84 assert(dl2 == dl);
85 value = dl2->dl_lintvalue;

Completed in 12 milliseconds