| /netbsd-src/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 79 { "hupcl", HUPCL, 0 }, 80 { "-hupcl", 0, HUPCL }, 81 { "hup", HUPCL, 0 }, 82 { "-hup", 0, HUPCL },
|
| H A D | ttcompat.c | 236 SET(cflag, HUPCL); in sttyclearlflags() 271 CLR(cflag, HUPCL); in sttysetlflags()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | termios.d | 206 enum HUPCL = 0x0000400; // 0002000 in version() local 303 enum HUPCL = 0x0004000; in version() local 400 enum HUPCL = 0x0004000; in version() local 497 enum HUPCL = 0x0004000; in version() local 594 enum HUPCL = 0x0004000; in version() local 691 enum HUPCL = 0x0004000; in version() local 773 enum HUPCL = 0x000400; in version() local
|
| /netbsd-src/sbin/slattach/ |
| H A D | slattach.c | 82 tcflag_t cflag = HUPCL; in main() 99 cflag &= ~HUPCL; in main()
|
| /netbsd-src/usr.sbin/irdaattach/ |
| H A D | irdaattach.c | 58 tcflag_t cflag = HUPCL; in main() 85 cflag &= ~HUPCL; in main()
|
| /netbsd-src/usr.sbin/moused/ |
| H A D | moused.c | 319 (CS7 | CREAD | CLOCAL | HUPCL ), /* MicroSoft */ 320 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL ), /* MouseSystems */ 321 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL ), /* Logitech */ 322 (CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL ), /* MMSeries */ 323 (CS7 | CREAD | CLOCAL | HUPCL ), /* MouseMan */ 327 (CS8 | CREAD | CLOCAL | HUPCL ), /* MM HitTablet */ 328 (CS7 | CREAD | CLOCAL | HUPCL ), /* GlidePoint */ 329 (CS7 | CREAD | CLOCAL | HUPCL ), /* IntelliMouse */ 330 (CS7 | CREAD | CLOCAL | HUPCL ), /* Thinking Mouse */ 331 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL ), /* sysmouse */ [all …]
|
| /netbsd-src/bin/stty/ |
| H A D | modes.c | 70 { "hupcl", HUPCL }, 71 { "hup", HUPCL },
|
| H A D | print.c | 158 put("-hupcl", HUPCL, 1); in print()
|
| /netbsd-src/sys/compat/common/ |
| H A D | tty_43.c | 274 SET(tp->t_cflag, HUPCL); in compat_43_ttioctl() 329 if (!ISSET(cflag, HUPCL)) in ttcompatgetflags() 464 CLR(cflag, HUPCL); in ttcompatsetlflags() 466 SET(cflag, HUPCL); in ttcompatsetlflags()
|
| /netbsd-src/libexec/getty/ |
| H A D | subr.c | 278 SET(cflag, HUPCL); in setflags() 280 CLR(cflag, HUPCL); in setflags() 444 CLR(cflag, HUPCL); in compatflags() 446 SET(cflag, HUPCL); in compatflags()
|
| /netbsd-src/usr.bin/tip/ |
| H A D | hunt.c | 92 cntrl.c_cflag |= HUPCL; in hunt()
|
| /netbsd-src/sys/sys/ |
| H A D | ttydefaults.h | 51 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
|
| H A D | termios.h | 140 #define HUPCL 0x00004000U /* hang up on last close */ macro
|
| /netbsd-src/usr.bin/tip/aculib/ |
| H A D | df.c | 77 cntrl.c_cflag |= HUPCL; in df_dialer()
|
| H A D | dn11.c | 100 cntrl.c_cflag |= HUPCL; in dn_dialer()
|
| H A D | v3451.c | 75 term.c_cflag |= HUPCL; in v3451_dialer()
|
| H A D | ventel.c | 83 cntrl.c_cflag |= HUPCL; in ven_dialer()
|
| H A D | hayes.c | 93 cntrl.c_cflag |= HUPCL; in hay_dialer()
|
| H A D | courier.c | 73 cntrl.c_cflag |= HUPCL; in cour_dialer()
|
| /netbsd-src/sys/arch/x68k/dev/ |
| H A D | zs.c | 81 int zs_def_cflag = (CREAD | CS8 | HUPCL); 82 int zscn_def_cflag = (CREAD | CS8 | HUPCL);
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_termios.h | 239 bts->c_cflag |= cvtto_bsd_mask(lt->c_cflag, LINUX_HUPCL, HUPCL); in linux32_termio_to_bsd_termios() 322 lt->c_cflag |= cvtto_linux_mask(bts->c_cflag, HUPCL, LINUX_HUPCL); in bsd_termios_to_linux32_termio() 413 bts->c_cflag |= cvtto_bsd_mask(lts->c_cflag, LINUX_HUPCL, HUPCL); in linux32_termios_to_bsd_termios() 514 lts->c_cflag |= cvtto_linux_mask(bts->c_cflag, HUPCL, LINUX_HUPCL); in bsd_termios_to_linux32_termios()
|
| /netbsd-src/sys/arch/newsmips/dev/ |
| H A D | zs.c | 68 int zs_def_cflag = (CREAD | CS8 | HUPCL);
|
| /netbsd-src/sys/arch/ews4800mips/dev/ |
| H A D | zs.c | 65 int zs_def_cflag = (CREAD | CS8 | HUPCL);
|
| /netbsd-src/sys/arch/sparc64/dev/ |
| H A D | com_ebus.c | 188 kma.kmta_cflag = (CREAD | CS8 | HUPCL); in com_ebus_attach()
|
| H A D | sab.c | 465 t.c_cflag = CREAD | CS8 | HUPCL; in sabtty_attach() 762 if (tp->t_cflag & HUPCL) { in sabopen() 799 if (tp->t_cflag & HUPCL) { in sabclose() 1026 cflag &= ~HUPCL; in sabttyparam()
|