Home
last modified time | relevance | path

Searched refs:HUPCL (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-13-stable/usr.sbin/lpr/lpd/
HDmodes.c76 { "hupcl", HUPCL, 0 },
77 { "-hupcl", 0, HUPCL },
78 { "hup", HUPCL, 0 },
79 { "-hup", 0, HUPCL },
/freebsd-13-stable/bin/stty/
HDmodes.c73 { "hupcl", HUPCL, 0 },
74 { "-hupcl", 0, HUPCL },
75 { "hup", HUPCL, 0 },
76 { "-hup", 0, HUPCL },
HDprint.c169 put("-hupcl", HUPCL, 1); in print()
/freebsd-13-stable/usr.sbin/moused/
HDmoused.c362 (CS7 | CREAD | CLOCAL | HUPCL), /* MicroSoft */
363 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* MouseSystems */
364 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* Logitech */
365 (CS8 | PARENB | PARODD | CREAD | CLOCAL | HUPCL), /* MMSeries */
366 (CS7 | CREAD | CLOCAL | HUPCL), /* MouseMan */
370 (CS8 | CREAD | CLOCAL | HUPCL), /* MM HitTablet */
371 (CS7 | CREAD | CLOCAL | HUPCL), /* GlidePoint */
372 (CS7 | CREAD | CLOCAL | HUPCL), /* IntelliMouse */
373 (CS7 | CREAD | CLOCAL | HUPCL), /* Thinking Mouse */
374 (CS8 | CSTOPB | CREAD | CLOCAL | HUPCL), /* sysmouse */
[all …]
/freebsd-13-stable/contrib/ncurses/ncurses/trace/
HDlib_tracebits.c143 DATA(HUPCL), in _nc_trace_ttymode()
147 #define ALLCTRL (CLOCAL|CREAD|CSIZE|CSTOPB|HUPCL|PARENB|PARODD) in _nc_trace_ttymode()
/freebsd-13-stable/usr.bin/tip/tip/
HDhunt.c99 cntrl.c_cflag |= HUPCL; in hunt()
/freebsd-13-stable/sys/kern/
HDtty_compat.c313 if ((cflag&HUPCL) == 0) in ttcompatgetflags()
449 cflag &= ~HUPCL; in ttcompatsetlflags()
451 cflag |= HUPCL; in ttcompatsetlflags()
/freebsd-13-stable/sys/sys/
HDttydefaults.h54 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
HD_termios.h137 #define HUPCL 0x00004000 /* hang up on last close */ macro
/freebsd-13-stable/usr.bin/tip/libacu/
HDdf.c75 cntrl.c_cflag |= HUPCL; in df_dialer()
HDdn11.c103 cntrl.c_cflag |= HUPCL; in dn_dialer()
HDv3451.c80 term.c_cflag |= HUPCL; in v3451_dialer()
HDventel.c93 cntrl.c_cflag |= HUPCL; in ven_dialer()
HDhayes.c107 cntrl.c_cflag |= HUPCL; in hay_dialer()
HDcourier.c80 cntrl.c_cflag |= HUPCL; in cour_dialer()
HDt3000.c81 cntrl.c_cflag |= HUPCL; in t3000_dialer()
/freebsd-13-stable/contrib/ncurses/include/
HDnc_termios.h134 #define HUPCL 0x00400 macro
/freebsd-13-stable/libexec/getty/
HDsubr.c307 SET(cflag, HUPCL); in set_flags()
309 CLR(cflag, HUPCL); in set_flags()
HDgettytab87 # cflags: CLOCAL | HUPCL | CREAD | CS8
/freebsd-13-stable/usr.sbin/ppp/
HDtty.c457 ios.c_cflag |= HUPCL; in tty_Raw()
730 ios.c_cflag |= HUPCL; in tty_Create()
/freebsd-13-stable/contrib/tcsh/
HDed.term.c214 # ifdef HUPCL
215 { "hupcl", HUPCL, M_CONTROL },
/freebsd-13-stable/contrib/libedit/
HDtty.c282 #ifdef HUPCL
283 {"hupcl", HUPCL, MD_CTL},
/freebsd-13-stable/contrib/ntp/ntpd/
HDrefclock_parse.c493 #define MBG_CFLAG (CS7|PARENB|CREAD|CLOCAL|HUPCL|CSTOPB)
567 #define GPS16X_CFLAG (CS8|CREAD|CLOCAL|HUPCL)
597 #define DCF7000_CFLAG (CS8|CREAD|PARENB|PARODD|CLOCAL|HUPCL)
691 #define IGELCLOCK_CFLAG (CS8|CREAD|HUPCL|CLOCAL)
1303 (CS8|CREAD|PARENB|CLOCAL|HUPCL),/* terminal control flags */
/freebsd-13-stable/contrib/opie/
HDopielogin.c995 attr.c_cflag |= HUPCL; /* hangup on close */
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
HDsys_term.c911 termbuf.c_cflag = EXTB|HUPCL|CS8; in getptyslave()

12