Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_trch.c273 __vtx_freelst = NULL; in __bld_bidandtran_graph()
367 for (vtxp = __vtx_freelst; vtxp != NULL;) in free_vtx_and_edge_freelsts()
374 __vtx_freelst = NULL; in free_vtx_and_edge_freelsts()
811 if (__vtx_freelst != NULL) in alloc_vtx()
813 vtxp = __vtx_freelst; in alloc_vtx()
814 __vtx_freelst = (struct vtx_t *) __vtx_freelst->vedges; in alloc_vtx()
H A Dv.h3561 extern struct vtx_t *__vtx_freelst; /* free list for re-using vtxs */
H A Dcver.c704 struct vtx_t *__vtx_freelst; /* free list for re-using vtxs */ variable