Lines Matching refs:header
146 else if (tp->base && tp->base->member && !(tp->base->header.flags & CX_REFERENCED) && opttype(sp, tp->base, 0))
150 if (!(tp->generic[i]->header.flags & CX_REFERENCED) && opttype(sp, tp->generic[i], 0))
229 tp = (Cxtype_t*)((Dssoptdisc_t*)dp)->header;
236 sfprintf(sp, "%s", state->cx->header ? state->cx->header->description : "unknown-description");
241 if (state->cx->header)
242 sfprintf(sp, "%s - %s", state->cx->header->name, state->cx->header->description);
250 tp = (Cxtype_t*)((Dssoptdisc_t*)dp)->header;
264 sfprintf(sp, "%s", state->cx->header ? state->cx->header->name : "unknown-name");
276 if (opttype(sp, (Cxtype_t*)((Dssoptdisc_t*)dp)->header, 1))
316 if (all || (tp->base || tp->match) && (tp->header.flags & CX_REFERENCED))
329 if (all || (mp->header.flags & CX_REFERENCED))
486 if (optout(sp, lib->functions[i].name, lib->functions[i].prototype, NiL, (lib->functions[i].header.flags & CX_INITIALIZED) ? lib->functions[i].type->name : (char*)lib->functions[i].type, lib->functions[i].description, NiL))