tchars
struct tchars *tc;
static struct tchars deftc;
static struct tchars notc = { (char)-1, (char)-1, (char)-1,
extern struct tchars ntc;
struct tchars tc;
struct tchars otc = { 0 }, ntc = { 0 };
struct tchars tchars;
*pfrontp++ = ioctl(pty, TIOCGETC, &tchars) < 0 ?
'\177' : tchars.t_intrc;
struct tchars tchars;
*pfrontp++ = ioctl(pty, TIOCGETC, &tchars) < 0 ?
'\034' : tchars.t_quitc;
static struct tchars tchar = { '\377', /* interrupt */
static struct tchars tchar = { '\377', /* interrupt */
"ttychars", tchars, &cpr_status, NULL, 2, 0, 1,
extern int tchars(void);
struct tchars tchars;
if (Pread(Proc, &tchars, sizeof (tchars), offset) == sizeof (tchars)) {
for (p = (char *)&tchars, i = 0; i < sizeof (tchars); i++)
var struct tchars ottyc, nttyc; /* For V7 character masking */
cqp->cq_size = sizeof (struct tchars);
error = miocpullup(mp, sizeof (struct tchars));
tp->t_new_tchars = *((struct tchars *)mp->b_cont->b_rptr);
sizeof (struct tchars));
datap->b_wptr += sizeof (struct tchars);
&tp->t_curstate.t_intrc, sizeof (struct tchars));
cqp->cq_size = sizeof (struct tchars);
struct tchars t_new_tchars; /* new tchars from TIOCSETC */