Home
last modified time | relevance | path

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

/dports/cad/alliance/alliance/src/scl/src/
H A Dscpadd.c117 scpcel_list *addschboxtoscpcel( SchBox, ScpCel) in addschboxtoscpcel() argument
119 scpcel_list *ScpCel;
121 ScpCel->ROOT = SchBox;
122 ScpCel->TYPE = SCP_CEL_BOX;
124 SchBox->USER = (void *)ScpCel;
126 return( ScpCel );
131 scpcel_list *ScpCel;
133 ScpCel->ROOT = SchCon;
134 ScpCel->TYPE = SCP_CEL_CON;
136 SchCon->USER = (void *)ScpCel;
[all …]
H A Dscpbuild.c1323 scpcel_list *ScpCel; local
1340 ScpCel = (scpcel_list *) SchBox->USER;
1342 if ( ScpCel->COL == Column ) return( 0 );