Lines Matching defs:item
43 ITEM *item;45 if (item = (ITEM *) calloc(1, sizeof (ITEM))) {47 *item = *Dfl_Item;50 Name(item) = name;51 Description(item) = desc;54 NameLen(item) = strlen(name);56 free(item); /* Can't have a null name */60 DescriptionLen(item) = strlen(desc);62 DescriptionLen(item) = 0;65 return (item);