|
Jspice3
|

Go to the source code of this file.
Data Structures | |
| struct | cc |
| struct | rd |
Macros | |
| #define | Mtest(zap) if((zap) == 0) MallocFailed() |
Functions | |
| static void | set_subckt_list () |
| static void | set_subckt_choices () |
| static struct o * | make_array () |
| static int | get_reference_terminal () |
| static void | edit_cell () |
| static int | pop_context () |
| static struct o * | select_first_call () |
| static struct o * | select_call () |
| static void | flatten_cell () |
| void | InitDeviceMenu () |
| void | NewSubckt () |
| void | Place (int *LookedAhead) |
| void | ShowNewInstance (long X, long Y, long RefX, long RefY) |
| static struct o * | make_array (long X, long Y) |
| static int | get_reference_terminal (struct s *CellDesc, long *X, long *Y) |
| void | NewSymbol () |
| int | MutSelected (struct prpty *PDesc) |
| void | Push (int *LookedAhead) |
| static void | edit_cell (int Modified) |
| void | UpdateParent (char *NewName) |
| void | Pop () |
| int | CheckModified () |
| void | ClearContext () |
| static struct o * | select_call (long X, long Y) |
| void | Flatten (int *LookedAhead) |
| static void | flatten_cell (struct s *CellDesc) |
| int | OpenCell (char *Master, struct s **MasterDesc) |
Variables | |
| static struct cc * | Context |
| static int | WroteCell |
| static char * | SubCktList [80] |
| static struct rd | CurInstance |
| char * | MenuUNDO |
| char * | MenuNEWSC |
| char * | MenuPLACE |
| #define Mtest | ( | zap | ) | if((zap) == 0) MallocFailed() |
| int CheckModified | ( | ) |
Definition at line 906 of file subckt.c.
|
static |
|
static |
| void Flatten | ( | int * | LookedAhead | ) |
Definition at line 1049 of file subckt.c.
|
static |
|
static |
Definition at line 1150 of file subckt.c.
|
static |
|
static |
Definition at line 394 of file subckt.c.
|
static |
|
static |
Definition at line 335 of file subckt.c.
| int MutSelected | ( | struct prpty * | PDesc | ) |
Definition at line 592 of file subckt.c.
| void NewSubckt | ( | ) |
Definition at line 89 of file subckt.c.
| void NewSymbol | ( | ) |
Definition at line 417 of file subckt.c.
| int OpenCell | ( | char * | Master, |
| struct s ** | MasterDesc | ||
| ) |
| void Place | ( | int * | LookedAhead | ) |
Definition at line 128 of file subckt.c.
| void Pop | ( | ) |
Definition at line 829 of file subckt.c.
|
static |
Definition at line 873 of file subckt.c.
| void Push | ( | int * | LookedAhead | ) |
Definition at line 653 of file subckt.c.
|
static |
|
static |
Definition at line 972 of file subckt.c.
|
static |
|
static |
| void ShowNewInstance | ( | long | X, |
| long | Y, | ||
| long | RefX, | ||
| long | RefY | ||
| ) |
Definition at line 212 of file subckt.c.
| void UpdateParent | ( | char * | NewName | ) |
Definition at line 770 of file subckt.c.
| char* MenuNEWSC |
Definition at line 92 of file scedintr.c.
| char* MenuPLACE |
Definition at line 94 of file scedintr.c.
| char* MenuUNDO |
Definition at line 108 of file scedintr.c.