buffblock_T struct is used to store one block of the stuff/redo/recording buffers. typedef struct buffblock buffblock_T;
struct buffblock
{
buffblock_T *b_next; // pointer to next buffblock
char_u b_str[1]; // contents (actually longer)
}