Searched refs:num2str (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libdss/
H A Dcxmap.c134 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) function
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(c
[all...]
H A Dcxlib.h75 Dtlink_t num2str;
H A Ddssopt.c171 if (map->num2str)
173 if ((n = dtsize(map->num2str)) > 16)
176 for (item = (Cxitem_t*)dtfirst(map->num2str); item; item = (Cxitem_t*)dtnext(map->num2str, item))
H A Dcx.h355 Cxedit_t* num2str; /* num=>str edit list */ member in struct:Cxpart_s
367 Dt_t* num2str; /* pure value num=>str dict */ member in struct:Cxmap_s
H A Ddsstags.c370 edit->next = part->num2str;
371 part->num2str = edit;

Completed in 19 milliseconds