Lines Matching defs:item
28 * format optget(3) description item on sp given plain text and item name
164 Cxitem_t* item;
176 for (item = (Cxitem_t*)dtfirst(map->num2str); item; item = (Cxitem_t*)dtnext(map->num2str, item))
177 if (item->mask == item->value)
178 sfprintf(sp, "[+%s?0x%016llx]", item->name, item->value);
180 sfprintf(sp, "[+%s?%llu]", item->name, item->value);
189 for (item = part->item; item; item = item->next)
191 if (item->mask == item->value)
192 sfprintf(sp, "[+%s?0x%016llx]", item->name, item->value);
194 sfprintf(sp, "[+%s?%llu]", item->name, item->value);
195 if (item->map && optmap(sp, item->map))