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