Searched refs:generic (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libcoshell/
H A Dcolib.h115 Coshell_t* generic; /* generic coshell for coinit() */ member in struct:Costate_s
/ast/src/lib/libdss/
H A Ddssopt.c131 if (!(d = tp->description) && tp->generic && (tmp = sfstropen()))
133 sfprintf(tmp, "A generic type that maps to %s", tp->generic[0]->name);
134 for (i = 1; tp->generic[i]; i++)
135 sfprintf(tmp, "%s%s", tp->generic[i + 1] ? ", " : " or ", tp->generic[i]->name);
148 if (tp->generic)
149 for (i = 0; tp->generic[i]; i++)
150 if (!(tp->generic[i]->header.flags & CX_REFERENCED) && opttype(sp, tp->generic[
[all...]
H A Dcx.h285 void* pointer; /* generic pointer */
474 Cxtype_t** generic; /* generic implementation table */ member in struct:Cxtype_s
H A Dcxopen.c384 BT(CX_pointer, &name_pointer[0], 0, "A generic pointer.", 0,0,0)
1287 if (type->generic)
1288 for (i = 0; base = (char*)type->generic[i]; i++)
1289 if (!(type->generic[i] = cxtype(cx, base, disc)))
/ast/src/lib/libtk/
H A DMakefile19 .SOURCE : generic unix
20 .SOURCE.h : include bitmaps xlib generic tcl
/ast/src/cmd/dsslib/flat/
H A Dflat.c596 if (w->ret.type->generic)
597 for (x = 0; w->ret.type->generic[x]; x++)
598 if (w->ret.type->generic[x]->base == w->field->physical.type || w->ret.type->generic[x]->base == w->field->physical.type->base)
600 w->ret.type = w->ret.type->generic[x];

Completed in 41 milliseconds