stkl              419 main/alloca.c    long stkl = 0;
stkl              434 main/alloca.c    stkl = CRAY_STACKSEG_END ();
stkl              435 main/alloca.c    ssptr = (struct stack_segment_linkage *) stkl;
stkl              446 main/alloca.c    this_segment = stkl - size;
stkl              452 main/alloca.c    while (!(this_segment <= address && address <= stkl))
stkl              455 main/alloca.c        fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl);
stkl              459 main/alloca.c        stkl = stkl - pseg;
stkl              460 main/alloca.c        ssptr = (struct stack_segment_linkage *) stkl;
stkl              463 main/alloca.c        this_segment = stkl - size;
stkl              478 main/alloca.c        stkl = stkl - pseg;
stkl              479 main/alloca.c        ssptr = (struct stack_segment_linkage *) stkl;