Home
last modified time | relevance | path

Searched refs:LNOFLSH (Results 1 – 5 of 5) sorted by relevance

/freebsd/include/rpcsvc/
H A Drex.x193 const LNOFLSH = 0x8000; /* no output flush on signal */ variable
/freebsd/sys/sys/
H A Dioctl_compat.h146 #define LNOFLSH (NOFLSH>>16) macro
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c111 #if defined(LNOFLSH) in TerminalAutoFlush()
115 return !(flush&LNOFLSH); /* if LNOFLSH, no autoflush */ in TerminalAutoFlush()
/freebsd/contrib/telnet/telnet/
H A Dsys_bsd.c148 #if defined(LNOFLSH) in TerminalAutoFlush()
152 return !(flush&LNOFLSH); /* if LNOFLSH, no autoflush */ in TerminalAutoFlush()
/freebsd/contrib/tcsh/
H A Ded.term.c445 # ifdef LNOFLSH
446 { "lnoflsh",LNOFLSH,M_LOCAL },