Searched refs:io_cifnodes (Results 1 – 1 of 1) sorted by relevance
151 static NODEPROTO **io_cifnodes = 0; /* nodeprotos associated with CIF names */ variable184 if (io_cifnodes != 0) efree((CHAR *)io_cifnodes); in io_freecifinmemory()563 if (io_cifnodes != 0) efree((CHAR *)io_cifnodes); in io_initfind()565 if (io_cifnodes == 0) return(TRUE); in io_initfind()566 for(i=0; i<total; i++) io_cifnodes[i] = NONODEPROTO; in io_initfind()585 if (*ch != 0) io_cifnodes[poly->layer] = np; in io_initfind()593 if (io_cifnodes[i] != NONODEPROTO) continue; in io_initfind()598 np = io_cifnodes[k]; in io_initfind()610 io_cifnodes[i] = np; in io_initfind()631 io_cifnodes[i] = np; in io_initfind()[all …]