Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dioctl_compat.h112 #define CRTBS 0x00010000 /* do backspacing for crt */ macro
132 #define LCRTBS (CRTBS>>16)
/freebsd/include/rpcsvc/
H A Drex.x125 const CRTBS = 0x00010000; /* do backspacing for crt */ variable
/freebsd/sys/kern/
H A Dtty_compat.c316 flags |= CRTERA|CRTBS; in ttcompatgetflags()
318 flags |= CRTKIL|CRTBS; in ttcompatgetflags()
/freebsd/contrib/tcsh/
H A Ded.term.c354 # ifdef CRTBS
355 { "crtbs", CRTBS, M_CONTROL },
/freebsd/libexec/getty/
H A Dsubr.c350 SET(f, CRTBS); in set_flags()