sunos_sigframe
struct sunos_sigframe *fp = getframe(l, sig, &onstack), kf;
struct sunos_sigframe *fp;
struct sunos_sigframe sf;
fp = (struct sunos_sigframe *)
fp = (struct sunos_sigframe *)oldsp;
fp = (struct sunos_sigframe *)((int)(fp - 1) & ~STACK_ALIGNBYTES);
fp = (struct sunos_sigframe *)((char *)l->l_sigstk.ss_sp +
fp = (struct sunos_sigframe *)oldsp;
fp = (struct sunos_sigframe *)((long)(fp - 1) & ~7);
register struct sunos_sigframe *fp;
struct sunos_sigframe sf;