Searched refs:DEFAULT_ATTRIBUTE (Results 1 – 1 of 1) sorted by relevance
252 } DEFAULT_ATTRIBUTE; typedef266 DEFAULT_ATTRIBUTE *defaultAtts;2900 const DEFAULT_ATTRIBUTE *da = elementType->defaultAtts + i; in storeAtts()5411 DEFAULT_ATTRIBUTE *att; in defineAttribute()5425 type->defaultAtts = (DEFAULT_ATTRIBUTE *)MALLOC(type->allocDefaultAtts in defineAttribute()5426 * sizeof(DEFAULT_ATTRIBUTE)); in defineAttribute()5431 DEFAULT_ATTRIBUTE *temp; in defineAttribute()5433 temp = (DEFAULT_ATTRIBUTE *) in defineAttribute()5434 REALLOC(type->defaultAtts, (count * sizeof(DEFAULT_ATTRIBUTE))); in defineAttribute()5876 newE->defaultAtts = (DEFAULT_ATTRIBUTE *) in dtdCopy()[all …]