Searched refs:CRMOD (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | mi.termios.c | 181 if (sgbuf.sg_flags & CRMOD) 192 termios_p->c_oflag = sgbuf.sg_flags & (CRMOD | XTABS); 339 sgbuf.sg_flags |= CRMOD;
|
H A D | ed.term.c | 47 { "nrmal:", (ECHO|CRMOD|ANYP), (CBREAK|RAW|LCASE|VTDELAY|ALLDELAY) }, 61 { "nrmal:", (CBREAK|CRMOD|ANYP), (RAW|ECHO|LCASE|VTDELAY|ALLDELAY) }, 321 # ifdef CRMOD 322 { "crmod", CRMOD, M_CONTROL },
|
H A D | sh.file.c | 198 tty.sg_flags &= ~CRMOD; in back_to_col_1()
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracebits.c | 272 DATA(CRMOD), in _nc_trace_ttymode() 282 #define ALLCTRL (CBREAK|CRMOD|ECHO|EVENP|LCASE|LLITOUT|ODDP|RAW|TANDEM|XTABS) in _nc_trace_ttymode()
|
/freebsd/share/doc/smm/07.lpd/ |
H A D | spell.ok | 3 CRMOD
|
/freebsd/include/rpcsvc/ |
H A D | rex.x | 99 const CRMOD = 0x00000010; /* map \r to \r\n on output */ variable
|
/freebsd/sys/sys/ |
H A D | ioctl_compat.h | 85 #define CRMOD 0x00000010 /* map \r to \r\n on output */ macro
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 484 sb.sg_flags |= CRMOD; in TerminalNewMode() 492 sb.sg_flags |= CRMOD; in TerminalNewMode() 494 sb.sg_flags &= ~CRMOD; in TerminalNewMode()
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 283 flags |= CRMOD; in ttcompatgetflags() 355 if (flags&CRMOD) { in ttcompatsetflags()
|
/freebsd/share/doc/psd/21.ipc/ |
H A D | spell.ok | 9 CRMOD
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_newterm.c | 90 buf.sg_flags &= ~(ECHO | CRMOD); in _nc_initscr()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_leitch.c | 340 ttyb.sg_flags = EVENP|ODDP|CRMOD; in leitch_start()
|
H A D | ntp_refclock.c | 1203 ttyp->sg_flags = EVENP | ODDP | CRMOD; in refclock_setup()
|