Home
last modified time | relevance | path

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

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dxcircuit.h1102 typedef struct _stringlist *slistptr; typedef
1106 slistptr next;
1113 slistptr aliases; /* linked list of alias names */
H A Dprototypes.h731 extern void genprefixlist(objectptr, slistptr *);
H A Dfiles.c1139 slistptr sref; in addalias()
1163 sref = (slistptr)malloc(sizeof(stringlist)); in addalias()
1179 slistptr sref; in cleanupaliases()
4836 slistptr sref; in objectread()
H A Dnetlist.c3470 void genprefixlist(objectptr cschem, slistptr *modelist) in genprefixlist()
3477 slistptr modeptr; in genprefixlist()
3493 modeptr = (slistptr)malloc(sizeof(stringlist)); in genprefixlist()
H A Devents.c4527 slistptr sref; in checkvalidname()