Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrparse.c123 if (dh->terminputkeyword != 0) efree((CHAR *)dh->terminputkeyword); in us_freeparsememory()
1640 void DiaDeclareHook(CHAR *terminputkeyword, COMCOMP *getlinecomp, void (*routine)(void)) in DiaDeclareHook() argument
1646 if (terminputkeyword == 0) dh->terminputkeyword = 0; else in DiaDeclareHook()
1647 (void)allocstring(&dh->terminputkeyword, terminputkeyword, us_tool->cluster); in DiaDeclareHook()
1664 if (dh->terminputkeyword == 0) continue; in us_getcomcompfromkeyword()
1665 if (namesame(keyword, dh->terminputkeyword) == 0) return(dh->getlinecomp); in us_getcomcompfromkeyword()
/dports/cad/electric/electric-7.00/src/include/
H A Dedialogs.h568 void DiaDeclareHook(CHAR *terminputkeyword, COMCOMP *getlinecomp, void (*routine)(void));
H A Dusr.h482 CHAR *terminputkeyword; member