Symbol: TTYDEF_IFLAG
bin/stty/key.c
297
ip->t.c_iflag = TTYDEF_IFLAG;
sys/arch/hppa/dev/pdc.c
206
tp->t_iflag = TTYDEF_IFLAG;
sys/arch/luna88k/dev/siotty.c
482
tp->t_iflag = TTYDEF_IFLAG;
sys/arch/powerpc64/dev/opalcons.c
158
tp->t_iflag = TTYDEF_IFLAG;
sys/arch/riscv64/dev/sfuart.c
384
tp->t_iflag = TTYDEF_IFLAG;
sys/arch/sh/dev/scif.c
734
tp->t_iflag = TTYDEF_IFLAG;
sys/arch/sparc64/dev/pcons.c
226
tp->t_iflag = TTYDEF_IFLAG;
sys/arch/sparc64/dev/sab.c
657
tp->t_iflag = TTYDEF_IFLAG;
sys/arch/sparc64/dev/sbbc.c
525
tp->t_iflag = TTYDEF_IFLAG;
sys/arch/sparc64/dev/vcctty.c
330
tp->t_iflag = TTYDEF_IFLAG;
sys/arch/sparc64/dev/vcons.c
197
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/fdt/amluart.c
389
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/fdt/cduart.c
398
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/fdt/exuart.c
700
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/fdt/imxuart.c
509
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/fdt/mvuart.c
409
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/ic/com.c
256
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/ic/cy.c
293
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/ic/pluart.c
584
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/ic/qcuart.c
331
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/ic/z8530tty.c
548
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/pci/cz.c
1012
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/pv/viocon.c
519
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/sbus/magma.c
854
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/sbus/spif.c
350
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/usb/ucom.c
466
tp->t_iflag = TTYDEF_IFLAG;
sys/dev/wscons/wsdisplay.c
873
tp->t_iflag = TTYDEF_IFLAG;
sys/kern/tty_pty.c
244
tp->t_iflag = TTYDEF_IFLAG;
usr.sbin/lpd/lp_stty.c
261
ip->t.c_iflag = TTYDEF_IFLAG;
usr.sbin/lpr/lpd/key.c
231
ip->t.c_iflag = TTYDEF_IFLAG;