Home
last modified time | relevance | path

Searched refs:Inodeproto (Results 1 – 2 of 2) sorted by relevance

/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h241 struct Inodeproto;
512 void (*examinenodeproto)(struct Inodeproto*); /* to examine an entire cell at once */
525 void (*modifynodeproto)(struct Inodeproto*); /* broadcast modified nodeproto */
623 struct Inodeproto *proto; /* current nodeproto */
624 struct Inodeproto *parent; /* cell that contains this nodeinst */
716 typedef struct Inodeproto struct
728 struct Inodeproto *prevnodeproto; /* previous in library/technology list */ argument
729 struct Inodeproto *nextnodeproto; /* next in library/technology list */ argument
732 struct Inodeproto *nextcellgrp; /* next in circular list of cells in group !!!NEW!!! */ argument
741 struct Inodeproto *prevversion; /* earlier version of this cell */ argument
[all …]
H A Deio.h133 struct Inodeproto *firstincell; /* first nodeproto in list */