Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/cons/
H A Dconlin.c1561 pt = makeabbrev(ni->proto->protoname, upper); in cli_nameallnodes()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusredtecp.c703 (void)allocstring(&us_teclayer_iname[i], makeabbrev(us_teclayer_names[i], TRUE), in us_tecedmakelayers()
4143 (void)allocstring(&ab, makeabbrev(tech->nodeprotos[i]->nodename, FALSE), el_tempcluster); in us_teceditdumpnodes()
5340 (void)allocstring(&ab, makeabbrev(tech->nodeprotos[i]->nodename, FALSE), el_tempcluster); in us_teceditdumpjavanodes()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2164 CHAR *makeabbrev(CHAR *str, BOOLEAN upper);
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c3061 CHAR *makeabbrev(CHAR *pt, BOOLEAN upper) in makeabbrev() function