FILL
#define FILL(cnt) while (Buffr.b_cnt < cnt) rstbuf()
#define FILL 0x90 /* Fill byte used for alignment (nop) */
#define FILL(p) memset((p), 0xF5, sizeof *(p))
#define FILL(p)