Home
last modified time | relevance | path

Searched refs:world_stack (Results 1 – 6 of 6) sorted by relevance

/dports/math/grace/grace-5.1.25/src/
H A Dgraphs.h185 world_stack ws[MAX_ZOOM_STACK]; /* zoom stack */
337 int get_world_stack_entry(int gno, int n, world_stack *ws);
H A Ddefines.h495 } world_stack; typedef
H A Dgraphs.c1178 int get_world_stack_entry(int gno, int n, world_stack *ws) in get_world_stack_entry()
1181 memcpy(ws, &g[gno].ws[n], sizeof(world_stack)); in get_world_stack_entry()
H A Dparams.c64 world_stack ws; in putparms()
/dports/math/grace/grace-5.1.25/grconvert/
H A Dgrconvert.h161 } world_stack; typedef
462 world_stack ws[MAX_ZOOM_STACK]; /* zoom stack */
H A Dreadbin.c44 static int read_world_stack(world_stack * d, FILE * fin);
347 static int read_world_stack(world_stack * d, FILE * fin) in read_world_stack()