buffer_map
struct buffer_map *bm_next;
static struct buffer_map *bm_list; /* NULL by default */
static struct buffer_map *
struct buffer_map *bm;
bm = (struct buffer_map *)malloc(sizeof (struct buffer_map));
register struct buffer_map *p_curr;
register struct buffer_map *p_prev;