Home
last modified time | relevance | path

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

/dports/games/xvier/xvier-1.0/
H A Dvier.c18 struct oldv *stack, *sp, **zugstack; variable
524 zugstack[zugstackp++] = sp;
595 while (sp != zugstack[zugstackp]) {
624 while (sp != zugstack[zugstackp]) {
630 zugstack[zugstackp++] = sp;
760 while (sp != zugstack[zugstackp]) {
779 while (sp != zugstack[zugstackp]) {
H A Dvier.h11 } *stack, *sp, **zugstack; variable
H A Dvierinit.c91 zugstack = (struct oldv **)malloc(row_col * sizeof(struct oldv *)); in vierinit()