Lines Matching defs:num2str
134 num2strdisc.link = offsetof(Cxitem_t, num2str);
137 if (!(map->num2str = dtopen(&num2strdisc, Dtoset)))
147 dtinsert(map->num2str, item);
167 num2str(Cx_t* cx, Cxmap_t* map, Sfio_t* sp, Cxunsigned_t num, int del)
188 if (map->num2str && (item = (Cxitem_t*)dtmatch(map->num2str, &num)))
210 r += num2str(cx, item->map, sp, n, del);
214 if (r == p && part->num2str)
217 for (edit = part->num2str; edit; edit = edit->next)
254 if (!num2str(cx, format->map, cx->tp, num, del))