Home
last modified time | relevance | path

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

/dports/graphics/vcg/vcg.1.30/src/
H A Dalloc.c269 GNODE graphlistend = NULL; /* End of this list */ variable
556 NBEFORE(h) = graphlistend;
558 if (graphlistend) NNEXT(graphlistend) = h;
559 graphlistend = h;
1654 graphlistend = NULL; in reinit_all_lists()
H A Dalloc.h830 extern GNODE graphlistend;
H A Dfolding.c875 ins_node_in_dl_list(v,graphlist,graphlistend);
908 del_node_from_dl_list(v,graphlist,graphlistend);