30 for ( ; *
model; model = &((*model)->SRCnextModel)) {
31 if ( (*model)->SRCmodName == modname ||
32 (modfast && *model == modfast) )
break;
40 for (here = (*model)->SRCinstances; here; here = next) {
struct sSRCinstance * SRCnextInstance
int SRCmDelete(GENmodel **modList, IFuid modname, GENmodel *killModel)
struct sSRCmodel * SRCnextModel