Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c82 static CHAR *db_descapoutput[NUMDESCRIPTIONBUFS]; variable
163 if (db_descapoutputsize[i] != 0) efree(db_descapoutput[i]); in db_freetextmemory()
1608 efree(db_descapoutput[db_descaparcswitch]); in describearcproto()
1610 db_descapoutput[db_descaparcswitch] = (CHAR *)emalloc(len * SIZEOFCHAR, db_cluster); in describearcproto()
1611 if (db_descapoutput[db_descaparcswitch] == 0) return(x_("")); in describearcproto()
1615 name = db_descapoutput[db_descaparcswitch]; in describearcproto()