opentty
static int opentty(const char *, int);
if (!opentty(ttyn, O_RDWR|O_NONBLOCK))
if (!opentty(ttyn, O_RDWR | (NC ? O_NONBLOCK : 0 )))
static void opentty(const struct printer *_pp);
opentty(pp);