Frame
SEGOFF16_t Frame; /* receive buffer */
SEGOFF16_t Frame; /* receive buffer */
case 'f': style = Frame ; break;
style = Frame;
case Frame:
struct Frame *frame = NULL; /* base of stack frames; dynamically allocated */
struct Frame *frp = NULL; /* frame pointer. bottom level unused */
frp = frame = (struct Frame *) calloc(nframe += 100, sizeof(*frame));
frame = (struct Frame *) reallocarray(frame, (nframe += 100), sizeof(*frame));