getnewbuf
if ((bp = getnewbuf(slpflag, slptimeo, 0)) == NULL)
while ((bp = getnewbuf(0, 0, 0)) == NULL)
if ((bp = getnewbuf(PCATCH, 1, 1)) == NULL)
static buf_t *getnewbuf(int, int, int);