Home | Sort by: relevance | last modified time | path |
/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; |