Searched refs:ANYP (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/kern/
H A Dtty_compat.c289 flags |= ANYP;
374 || (flags&(RAW|PASS8|ANYP)) == (PASS8|ANYP))
467 || (flags&(RAW|PASS8|ANYP)) == (PASS8|ANYP))
/freebsd-11-stable/contrib/libreadline/
H A Drltty.c327 #if !defined (ANYP)
328 # define ANYP (EVENP | ODDP) macro
330 if (((oldtio.sgttyb.sg_flags & ANYP) == ANYP) ||
331 ((oldtio.sgttyb.sg_flags & ANYP) == 0))
333 tiop->sgttyb.sg_flags |= ANYP;
/freebsd-11-stable/sys/sys/
H A Dioctl_compat.h90 #define ANYP 0x000000c0 /* get any parity/send none */ macro
/freebsd-11-stable/include/rpcsvc/
H A Drex.x112 const ANYP = 0x000000c0; /* get any parity/send none */
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.c47 { "nrmal:", (ECHO|CRMOD|ANYP), (CBREAK|RAW|LCASE|VTDELAY|ALLDELAY) },
61 { "nrmal:", (CBREAK|CRMOD|ANYP), (RAW|ECHO|LCASE|VTDELAY|ALLDELAY) },
333 # ifdef ANYP
334 { "anyp", ANYP, M_CONTROL },
335 # endif /* ANYP */
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui.c522 mode.sg_flags |= XTABS | ECHO | CRMOD | ANYP;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-unix.c414 state.sgttyb.sg_flags |= RAW | ANYP;
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dsys_term.c842 termbuf.sg.sg_flags |= CRMOD|ANYP|ECHO|XTABS;

Completed in 197 milliseconds