Home
last modified time | relevance | path

Searched refs:topofnets (Results 1 – 5 of 5) sorted by relevance

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrgraph.c566 if (cc->toplist == topofnets) arg = x_("NET"); else in us_illustratecommand()
H A Dusrcom.c522 (void)topofnets(c); in us_topofallthings()
901 us_posswitch = -11; return(topofnets(c)); in us_topofvars()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2519 BOOLEAN topofnets(CHAR **chrpos);
/dports/cad/electric/electric-7.00/src/net/
H A Dnetwork.cpp204 static COMCOMP networknodehp = {NOKEYWORD, topofnets, nextnets, NOPARAMS,
206 static COMCOMP networknodenp = {NOKEYWORD, topofnets, nextnets, NOPARAMS,
208 static COMCOMP networknodelp = {NOKEYWORD, topofnets, nextnets, NOPARAMS,
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c1337 BOOLEAN topofnets(CHAR **c) in topofnets() function