Searched refs:firstgoto (Results 1 – 2 of 2) sorted by relevance
43 short firstgoto; /* index of first pending goto in this block */ member402 int i = ls->fs->bl->firstgoto; in findgotos()419 int i = bl->firstgoto; in movegotosout()440 bl->firstgoto = fs->ls->dyd->gt.n; in enterblock()488 else if (bl->firstgoto < ls->dyd->gt.n) /* pending gotos in outer block? */ in leaveblock()489 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()