Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/espresso/
H A Dcols.c26 if (sm_col_freelist == NIL(sm_col)) { in sm_col_alloc()
29 pcol = sm_col_freelist; in sm_col_alloc()
30 sm_col_freelist = pcol->next_col; in sm_col_alloc()
64 pcol->next_col = sm_col_freelist;
65 sm_col_freelist = pcol;
H A Dmatrix.c26 sm_col *sm_col_freelist; variable
78 A->last_col->next_col = sm_col_freelist;
79 sm_col_freelist = A->first_col;
571 for(pcol = sm_col_freelist; pcol != 0; pcol = pnextcol) { in sm_cleanup()
575 sm_col_freelist = 0; in sm_cleanup()
H A Dsparse_int.h94 extern sm_col *sm_col_freelist;