Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDioctl_compat.h127 #define DECCTQ 0x40000000 /* only ^Q starts after ^S */ macro
146 #define LDECCTQ (DECCTQ>>16)
/NextBSD/sys/kern/
HDtty_compat.c326 flags |= DECCTQ; in ttcompatgetflags()
400 if ((flags&DECCTQ) == 0) in ttcompatsetflags()
440 if ((flags&DECCTQ) == 0) in ttcompatsetlflags()
/NextBSD/include/rpcsvc/
HDrex.x148 const DECCTQ = 0x40000000; /* only ^Q starts after ^S */ variable
/NextBSD/contrib/telnet/telnetd/
HDsys_term.c486 # ifdef DECCTQ in tty_restartany()
487 return((termbuf.lflags & DECCTQ) ? 0 : 1); in tty_restartany()
/NextBSD/contrib/tcsh/
HDed.term.c399 # ifdef DECCTQ
400 { "decctq", DECCTQ, M_CONTROL },