Home
last modified time | relevance | path

Searched defs:dl2 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.bin/config/
H A Dlint.c82 struct defoptlist *dl2 = dlhash_lookup(defoptlint, dl->dl_name); in do_emit_option() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Ddlist.d1001 auto dl2 = DList!int([2,7]); variable