Symbol: TTYDEF_LFLAG
bin/stty/key.c
301
ip->t.c_lflag = TTYDEF_LFLAG | (ip->t.c_lflag & LKEEP);
sys/arch/hppa/dev/pdc.c
209
tp->t_lflag = TTYDEF_LFLAG;
sys/arch/luna88k/dev/siotty.c
484
tp->t_lflag = TTYDEF_LFLAG;
sys/arch/powerpc64/dev/opalcons.c
161
tp->t_lflag = TTYDEF_LFLAG;
sys/arch/riscv64/dev/sfuart.c
387
tp->t_lflag = TTYDEF_LFLAG;
sys/arch/sh/dev/scif.c
736
tp->t_lflag = TTYDEF_LFLAG;
sys/arch/sparc64/dev/pcons.c
229
tp->t_lflag = TTYDEF_LFLAG;
sys/arch/sparc64/dev/sab.c
666
tp->t_lflag = TTYDEF_LFLAG;
sys/arch/sparc64/dev/sbbc.c
528
tp->t_lflag = TTYDEF_LFLAG;
sys/arch/sparc64/dev/vcctty.c
333
tp->t_lflag = TTYDEF_LFLAG;
sys/arch/sparc64/dev/vcons.c
200
tp->t_lflag = TTYDEF_LFLAG;
sys/dev/fdt/amluart.c
392
tp->t_lflag = TTYDEF_LFLAG;
sys/dev/fdt/cduart.c
401
tp->t_lflag = TTYDEF_LFLAG;
sys/dev/fdt/exuart.c
713
tp->t_lflag = TTYDEF_LFLAG;
sys/dev/fdt/imxuart.c
522
tp->t_lflag = TTYDEF_LFLAG;
sys/dev/fdt/mvuart.c
413
tp->t_lflag = TTYDEF_LFLAG;
sys/dev/ic/com.c
271
tp->t_lflag = TTYDEF_LFLAG;
sys/dev/ic/cy.c
302
tp->t_lflag = TTYDEF_LFLAG;
sys/dev/ic/pluart.c
597
tp->t_lflag = TTYDEF_LFLAG;
sys/dev/ic/qcuart.c
334
tp->t_lflag = TTYDEF_LFLAG;
sys/dev/ic/z8530tty.c
550
tp->t_lflag = TTYDEF_LFLAG;
sys/dev/pci/cz.c
1014
tp->t_lflag = TTYDEF_LFLAG;
sys/dev/pv/viocon.c
521
tp->t_lflag = TTYDEF_LFLAG;
sys/dev/sbus/magma.c
863
tp->t_lflag = TTYDEF_LFLAG;
sys/dev/sbus/spif.c
359
tp->t_lflag = TTYDEF_LFLAG;
sys/dev/usb/ucom.c
468
tp->t_lflag = TTYDEF_LFLAG;
sys/dev/wscons/wsdisplay.c
876
tp->t_lflag = TTYDEF_LFLAG;
sys/kern/tty_pty.c
246
tp->t_lflag = TTYDEF_LFLAG;
usr.sbin/lpd/lp_stty.c
265
ip->t.c_lflag = TTYDEF_LFLAG | (ip->t.c_lflag & LKEEP);
usr.sbin/lpr/lpd/key.c
235
ip->t.c_lflag = TTYDEF_LFLAG | (ip->t.c_lflag & LKEEP);