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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Dmakedis.c323 struct functioncall;
356 void showfunctioncall(FILE *f, struct functioncall *fcp);
921 struct functioncall *functioncall; /* $func(...) */ member in union:string::value
928 struct functioncall { struct
1021 newt = sp->value.functioncall->function->type;
1253 struct functioncall *fcp;
1264 sp->value.functioncall = fcp = xmalloc(sizeof *fcp);
1484 showfunctioncall(f, sp->value.functioncall);
1496 void showfunctioncall(FILE *f, struct functioncall *fc
[all...]

Completed in 27 milliseconds