sg_flags          114 compat/common/tty_43.c 		sg->sg_flags = ttcompatgetflags(tp);
sg_flags          135 compat/common/tty_43.c 		tp->t_flags = (ttcompatgetflags(tp)&0xffff0000) | (sg->sg_flags&0xffff);
sg_flags           63 compat/hpux/hpux.h 	int	sg_flags;	/* only a short in BSD */
sg_flags          531 compat/hpux/hpux_tty.c 		sb.sg_flags = hsb.sg_flags & ~(V7_HUPCL|V7_XTABS|V7_NOAL);
sg_flags          532 compat/hpux/hpux_tty.c 		if (hsb.sg_flags & V7_XTABS)
sg_flags          533 compat/hpux/hpux_tty.c 			sb.sg_flags |= XTABS;
sg_flags          534 compat/hpux/hpux_tty.c 		if (hsb.sg_flags & V7_HUPCL)
sg_flags          548 compat/hpux/hpux_tty.c 		hsb.sg_flags = sb.sg_flags & ~(V7_HUPCL|V7_XTABS|V7_NOAL);
sg_flags          549 compat/hpux/hpux_tty.c 		if (sb.sg_flags & XTABS)
sg_flags          550 compat/hpux/hpux_tty.c 			hsb.sg_flags |= V7_XTABS;
sg_flags           79 compat/svr4/svr4_ttold.c 	    ss->sg_flags);
sg_flags          140 compat/svr4/svr4_ttold.c 	bs->sg_flags  = ss->sg_flags;
sg_flags          153 compat/svr4/svr4_ttold.c 	ss->sg_flags  = bs->sg_flags;
sg_flags           48 compat/svr4/svr4_ttold.h 	int	sg_flags;
sg_flags           74 sys/ioctl_compat.h 	short	sg_flags;		/* mode flags */