|
Jspice3
|

Go to the source code of this file.
Data Structures | |
| struct | INPtab |
| struct | INPnTab |
| struct | sINPtables |
| struct | card |
| struct | sINPmodel |
Macros | |
| #define | LOGICAL 1 |
| #define | PHYSICAL 2 |
Typedefs | |
| typedef struct sINPtables | INPtables |
| typedef struct card | card |
| typedef struct sINPmodel | INPmodel |
Functions | |
| int | ParseAC () |
| int | ParseDC () |
| int | ParseTRAN () |
| char * | INPtablParse () |
| char * | INPtablCheck () |
| void | INPtablFix () |
| int | INPtablFind () |
| double | INPtablEval () |
| void | INPtablFree () |
| int | IFnewUid () |
| int | INP2dot () |
| int | INPaName () |
| int | INPapName () |
| char * | INPdevErr () |
| char * | INPdevParse () |
| char * | INPdomodel () |
| char * | INPerrCat () |
| char * | INPerror () |
| double | INPevaluate () |
| char * | INPfindLev () |
| char * | INPgetMod () |
| int | INPgetTok () |
| void | INPgetTree () |
| IFvalue * | INPgetValue () |
| int | INPgndInsert () |
| int | INPinsert () |
| void | INPkillMods () |
| int | INPlookMod () |
| int | INPmakeMod () |
| int | INPmkTerm () |
| int | INPnumRefs () |
| int | INPpName () |
| void | INPpas1 () |
| void | INPpas2 () |
| void | INPptPrint () |
| void | INPtabEnd () |
| INPtables * | INPtabInit () |
| int | INPtermInsert () |
Variables | |
| IFsimulator * | ft_sim |
| typedef struct sINPtables INPtables |
| int IFnewUid | ( | ) |
| int INP2dot | ( | ) |
| int INPaName | ( | ) |
| int INPapName | ( | ) |
| char* INPdevErr | ( | ) |
| char* INPdevParse | ( | ) |
| char* INPdomodel | ( | ) |
| char* INPerrCat | ( | ) |
| char* INPerror | ( | ) |
| double INPevaluate | ( | ) |
| char* INPfindLev | ( | ) |
| char* INPgetMod | ( | ) |
| int INPgetTok | ( | ) |
| void INPgetTree | ( | ) |
| IFvalue* INPgetValue | ( | ) |
| int INPgndInsert | ( | ) |
| int INPinsert | ( | ) |
| void INPkillMods | ( | ) |
Definition at line 16 of file inpkmods.c.
| int INPlookMod | ( | ) |
| int INPmakeMod | ( | ) |
| int INPmkTerm | ( | ) |
| int INPnumRefs | ( | ) |
| void INPpas1 | ( | ) |
| void INPpas2 | ( | ) |
| int INPpName | ( | ) |
| void INPptPrint | ( | ) |
| void INPtabEnd | ( | ) |
| INPtables* INPtabInit | ( | ) |
| char* INPtablCheck | ( | ) |
| double INPtablEval | ( | ) |
| int INPtablFind | ( | ) |
| void INPtablFix | ( | ) |
| void INPtablFree | ( | ) |
| char* INPtablParse | ( | ) |
| int INPtermInsert | ( | ) |
| int ParseAC | ( | ) |
| int ParseDC | ( | ) |
| int ParseTRAN | ( | ) |
| IFsimulator* ft_sim |