Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c1183 static TECHNOLOGY *db_postechcomcomp; variable
1184 BOOLEAN topoftechs(CHAR **c) { Q_UNUSED( c ); db_postechcomcomp = el_technologies; return(TRUE); } in topoftechs()
1189 if (db_postechcomcomp == NOTECHNOLOGY) return(0); in nexttechs()
1190 retname = db_postechcomcomp->techname; in nexttechs()
1191 db_postechcomcomp = db_postechcomcomp->nexttechnology; in nexttechs()