Home
last modified time | relevance | path

Searched refs:dw_forms (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.bin/ctfconv/
Ddw.c205 static const char *dw_forms[] = { DW_FORM_NAMES }; in dw_form2name() local
207 if (form <= nitems(dw_forms)) in dw_form2name()
208 return dw_forms[form - 1]; in dw_form2name()