this_segment 421 main/alloca.c long size, pseg, this_segment, stack; this_segment 446 main/alloca.c this_segment = stkl - size; this_segment 452 main/alloca.c while (!(this_segment <= address && address <= stkl)) this_segment 455 main/alloca.c fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl); this_segment 463 main/alloca.c this_segment = stkl - size; this_segment 466 main/alloca.c result = address - this_segment;