Searched refs:firstgoto (Results 1 – 1 of 1) sorted by relevance
45 short firstgoto; /* index of first pending goto in this block */ member404 int i = ls->fs->bl->firstgoto; in findgotos()421 int i = bl->firstgoto; in movegotosout()442 bl->firstgoto = fs->ls->dyd->gt.n; in enterblock()490 else if (bl->firstgoto < ls->dyd->gt.n) /* pending gotos in outer block? */ in leaveblock()491 undefgoto(ls, &ls->dyd->gt.arr[bl->firstgoto]); /* error */ in leaveblock()