Home
last modified time | relevance | path

Searched refs:getintlistobj (Results 1 – 6 of 6) sorted by relevance

/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c744 return((NETWORK **)getintlistobj(db_networklist, &count)); in getcomplexnetworks()
757 return((NETWORK **)getintlistobj(db_networklist, &count)); in getcomplexnetworks()
773 return((NETWORK **)getintlistobj(db_networklist, &count)); in getcomplexnetworks()
789 return((NETWORK **)getintlistobj(db_networklist, &count)); in getcomplexnetworks()
818 return((NETWORK **)getintlistobj(db_networklist, &count)); in getcomplexnetworks()
851 return((NETWORK **)getintlistobj(db_networklist, &count)); in getcomplexnetworks()
856 return((NETWORK **)getintlistobj(db_networklist, &count)); in getcomplexnetworks()
H A Ddbmath.c4433 INTBIG *getintlistobj(LISTINTBIG *li, INTBIG *count) in getintlistobj() function
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h1538 INTBIG *getintlistobj(LISTINTBIG *li, INTBIG *count);
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimwindow.c1475 return(getintlistobj(sim_window_foundtraces, count)); in sim_window_findtrace()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrmisc.c3240 nodelist = (NODEINST **)getintlistobj(linodes, &count); in us_layouttext()
/dports/cad/electric/electric-7.00/src/net/
H A Dnetwork.cpp7865 subnets = (NETWORK **)getintlistobj(li, &count); in net_highlightsubnet()