Searched refs:prototype (Results 1 - 4 of 4) sorted by relevance
| /ast/src/lib/libdss/ |
| H A D | cxcomp.c | 853 prototype(Cx_t* cx, Cxcompile_t* cc, Cxvariable_t* v, Cxtype_t** tp, char** sp, char** ep, int* op) function 886 while (--e > (char*)v->prototype) 926 (*cx->disc->errorf)(cx, cx->disc, 2, "%s %s: unknown prototype type name", cxcontext(cx), buf); 1249 s = (char*)v->prototype; 1251 if ((r = prototype(cx, cc, v, &t, &s, &e, &o)) < 0) 1272 if (o && r > 0 && (r = prototype(cx, cc, v, &t, &s, &e, &o)) > 0) 1283 (*cx->disc->errorf)(cx, cx->disc, 2, "%s too many arguments for %s(%s)", cxcontext(cx), v->name, v->prototype); 1285 (*cx->disc->errorf)(cx, cx->disc, 2, "%s argument type mismatch for %s(%s)", cxcontext(cx), v->name, v->prototype); 1291 if ((r = prototype(cx, cc, v, &t, &s, &e, &o)) < 0) 1323 (*cx->disc->errorf)(cx, cx->disc, 2, "%s not enough arguments for %s(%s)", cxcontext(cx), v->name, v->prototype); [all...] |
| H A D | cx.h | 161 #define CX_FUNCTION_INIT(name,type,function,prototype,description) \ 162 {name,description,CX_HEADER_INIT,function,(Cxtype_t*)type,prototype}, 435 const char* prototype; /* (proto)type name */ member in struct:Cxvariable_s
|
| H A D | dssopt.c | 346 if (vp->prototype) 354 if (optout(sp, vp->name, vp->prototype, NiL, vp->type->name, vp->description, NiL)) 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))
|
| /ast/src/cmd/dsslib/flat/ |
| H A D | flat.c | 44 "[p:prototype?Print a prototype flat record with the field data replaced by" 234 int prototype; member in struct:Flat_s 3179 flat->prototype = 1; 3387 if (flat->prototype) 3739 if (flat->list || flat->prototype)
|
Completed in 24 milliseconds