27 char *groundname =
"0";
36 "can't read internal ground node name!\n"));
41 "can't insert internal ground node in symbol table!\n"));
43 for (current = data; current !=
NULL; current = current->
nextcard) {
45 thisline = current->
line;
46 while (*thisline && ((*thisline ==
' ') || (*thisline ==
'\t')))
51 if (isupper(c)) c = tolower(c);
55 for (j = 0; j < *dev->
numKeys; j++) {
59 if (j < *dev->numKeys) {
60 (*dev->
parse)(i,ckt,tab,current);
65 LITERR(
"Unknown device type.")
77 if (
INP2dot(ckt,tab,current,task,gnode))
goto end;
void INPpas2(GENERIC *ckt, card *data, INPtables *tab, GENERIC *task)