#include "spice.h"
#include <stdio.h>
#include "devdefs.h"
#include "sperror.h"
#include "cktext.h"
Go to the source code of this file.
Definition at line 23 of file ckti2nod.c.
34 char key = *(
char*)((
GENinstance *)instPtr)->GENname;
38 if (keys[i].key == key)
41 if (i == *
DEVices[type]->DEVpublic.numKeys)
44 if (keys[i].numTerms >= term && term > 0) {
65 for (here = ((
CKTcircuit*)ckt)->CKTnodes; here; here = here->
next) {
66 if (here->
number == nodenum) {
69 *nodeName = here->
name;