Home
last modified time | relevance | path

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

/dports/cad/jspice3/jspice3-2.5/src/lib/plot/
H A Dgraphdb.c238 } GCSTACK; typedef
239 GCSTACK *gcstacktop;
240 #define NEWGCSTACK (GCSTACK *) calloc(1, sizeof(GCSTACK))
254 GCSTACK *gcstack = NEWGCSTACK;
273 GCSTACK *dead; in PopGraphContext()
/dports/cad/ngspice_rework/ngspice-35/src/frontend/plotting/
H A Dgraphdb.c326 } GCSTACK; typedef
328 static GCSTACK *gcstacktop; /* top of the stack of graphs */
339 GCSTACK *gcstack = TMALLOC(GCSTACK, 1); in PushGraphContext()
357 GCSTACK *dead = gcstacktop; /* remove from stack */ in PopGraphContext()