Searched refs:stringcomprelaxed (Results 1 – 4 of 4) sorted by relevance
/dports/cad/xcircuit/xcircuit-3.10.30/ |
H A D | prototypes.h | 967 extern int stringcomprelaxed(stringpart *, stringpart *, objinstptr);
|
H A D | netlist.c | 3124 if (!stringcomprelaxed(seeklabel->label->string, testpin->string, cinst)) in pintonet() 3304 if (!stringcomprelaxed(seeklabel->label->string, &newstring, cinst)) in nametonet() 3310 if (!stringcomprelaxed(seeklabel->label->string, &newstring, cinst)) in nametonet()
|
H A D | text.c | 1121 int stringcomprelaxed(stringpart *string1, stringpart *string2, in stringcomprelaxed() function
|
H A D | files.c | 3739 if (!stringcomprelaxed(lcmp->string, plab->string, in objectread()
|