Lines Matching refs:dl_name
850 check_dependencies(dl->dl_name, deps);
1002 (void) dlhash_insert(defoptlint, dl->dl_name,
1007 if ((w = DEFINED_OPTION(dl->dl_name)) != NULL) {
1009 " at %s:%hu", dl->dl_name, w->w_srcfile,
1014 if (dlhash_insert(ht, dl->dl_name, dl)) {
1016 " at %s:%hu", dl->dl_name, dl->dl_where.w_srcfile,
1029 strtolower(dl->dl_name));
1048 (void)dlhash_insert(obsopttab, dl->dl_name, dl);
1075 defined_dl = dlhash_lookup(ht, dl->dl_name);
1078 " at %s:%hu", dl->dl_name, dl->dl_where.w_srcfile,