Home
last modified time | relevance | path

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

/dports/cad/ngspice_rework/ngspice-35/src/frontend/plotting/
H A Dgraphdb.c34 } LISTGRAPH; typedef
39 LISTGRAPH *list;
60 LISTGRAPH *list; in NewGraph()
64 if ((list = TMALLOC(LISTGRAPH, 1)) == NULL) { in NewGraph()
93 LISTGRAPH *list; in FindGraph()
209 LISTGRAPH *list = GBucket[index].list; in DestroyGraph()
213 LISTGRAPH *lastlist = (LISTGRAPH *) NULL; in DestroyGraph()
303 LISTGRAPH * list = gbucket->list; /* linked list of graphs here */ in FreeGraphs()
305 LISTGRAPH *deadl = list; in FreeGraphs()
/dports/cad/jspice3/jspice3-2.5/src/lib/plot/
H A Dgraphdb.c37 } LISTGRAPH; typedef
38 #define NEWLISTGRAPH (LISTGRAPH *) calloc(1, sizeof(LISTGRAPH))
43 LISTGRAPH *list;
65 LISTGRAPH *list; in NewGraph()
98 LISTGRAPH *list;
146 LISTGRAPH *list, *lastlist;
213 LISTGRAPH *list, *deadl; in FreeGraphs()