Searched refs:firstgoto (Results 1 – 2 of 2) sorted by relevance
42 short firstgoto; /* index of first pending goto in this block */ member401 int i = ls->fs->bl->firstgoto; in findgotos()418 int i = bl->firstgoto; in movegotosout()439 bl->firstgoto = fs->ls->dyd->gt.n; in enterblock()487 else if (bl->firstgoto < ls->dyd->gt.n) /* pending gotos in outer block? */ in leaveblock()488 undefgoto(ls, &ls->dyd->gt.arr[bl->firstgoto]); /* error */ in leaveblock()
52 int firstgoto; /* index of first pending goto in this block */ member587 int i = ls->fs->bl->firstgoto; in solvegotos()632 for (i = bl->firstgoto; i < gl->n; i++) { /* for each pending goto */ in movegotosout()646 bl->firstgoto = fs->ls->dyd->gt.n; in enterblock()689 if (bl->firstgoto < ls->dyd->gt.n) /* still pending gotos? */ in leaveblock()690 undefgoto(ls, &ls->dyd->gt.arr[bl->firstgoto]); /* error */ in leaveblock()