#include "spice.h"
#include <stdio.h>
#include "srcdefs.h"
#include "util.h"
#include "sperror.h"
Go to the source code of this file.
Definition at line 17 of file srcmdel.c.
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
struct sSRCmodel * SRCnextModel