Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/espresso/
H A Dmatrix.c557 register sm_col *pcol, *pnextcol; in sm_cleanup() local
571 for(pcol = sm_col_freelist; pcol != 0; pcol = pnextcol) { in sm_cleanup()
572 pnextcol = pcol->next_col; in sm_cleanup()