Lines Matching defs:nextfp
105 struct frame *fp, *nextfp, *minfp, *stacktop;
288 nextfp = (struct frame *)((caddr_t)fp->fr_savfp + STACK_BIAS);
289 if (nextfp <= minfp || nextfp >= stacktop) {
290 if (!on_intr && nextfp == stacktop && aframes != 0) {
316 if (nextfp > minfp && nextfp < stacktop)
329 * of nextfp against minfp/stacktop. If the
356 fp = nextfp;
703 struct frame *fp, *nextfp, *minfp, *stacktop;
717 nextfp = (struct frame *)((caddr_t)fp->fr_savfp + STACK_BIAS);
718 if (nextfp <= minfp || nextfp >= stacktop) {
738 fp = nextfp;