Lines Matching refs:cx
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);
257 for (lib = dsslib(NiL, DSS_VERBOSE, disc); lib; lib = (Dsslib_t*)dtnext(state->cx->libraries, lib))
264 sfprintf(sp, "%s", state->cx->header ? state->cx->header->name : "unknown-name");
310 all = !state->meth || meth->cx && (!meth->cx->fields || !dtsize(meth->cx->fields));
315 for (tp = (Cxtype_t*)dtfirst(state->cx->types); tp; tp = (Cxtype_t*)dtnext(state->cx->types, tp))
328 for (mp = (Cxmap_t*)dtfirst(state->cx->maps); mp; mp = (Cxmap_t*)dtnext(state->cx->maps, mp))
342 if (all && meth->cx && meth->cx->variables)
345 for (vp = (Cxvariable_t*)dtfirst(meth->cx->variables); vp; vp = (Cxvariable_t*)dtnext(meth->cx->variables, vp))
360 for (vp = (Cxvariable_t*)dtfirst(meth->cx->fields); vp; vp = (Cxvariable_t*)dtnext(meth->cx->fields, vp))