Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c67 static CHAR *db_descnpoutput[NUMDESCRIPTIONBUFS]; variable
157 if (db_descnpoutputsize[i] != 0) efree(db_descnpoutput[i]); in db_freetextmemory()
1553 efree(db_descnpoutput[db_descnpnodeswitch]); in describenodeproto()
1555 db_descnpoutput[db_descnpnodeswitch] = (CHAR *)emalloc(len * SIZEOFCHAR, db_cluster); in describenodeproto()
1556 if (db_descnpoutput[db_descnpnodeswitch] == 0) return(x_("")); in describenodeproto()
1561 name = db_descnpoutput[db_descnpnodeswitch]; in describenodeproto()