off_tbl
struct off_tbl *offtp, *next = NULL;
free_offset_tbl(struct off_tbl *head)
struct off_tbl *p, *next = NULL;
struct off_tbl *offtp, *last = NULL;
offtp = (struct off_tbl *)
malloc(sizeof (struct off_tbl));
static void free_offset_tbl(struct off_tbl *head);
struct off_tbl *next;
struct off_tbl *offtp;