Lines Matching defs:cflags
222 ntp->cflags = termiosp->c_cflag;
614 tcflag_t cflags;
656 cflags = ((struct termio *)
658 ntp->cflags =
659 (ntp->cflags & 0xffff0000 | cflags);
670 cflags = ((struct termios *)
672 ntp->cflags = cflags;
676 if ((cflags & CBAUD) == B0) {
716 termiop->c_cflag = (ushort_t)ntp->cflags;
728 termiosp->c_cflag = ntp->cflags;