Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDioctl_compat.h113 #define CRTBS 0x00010000 /* do backspacing for crt */ macro
133 #define LCRTBS (CRTBS>>16)
/trueos/include/rpcsvc/
HDrex.x134 const CRTBS = 0x00010000; /* do backspacing for crt */ variable
/trueos/sys/kern/
HDtty_compat.c318 flags |= CRTERA|CRTBS; in ttcompatgetflags()
320 flags |= CRTKIL|CRTBS; in ttcompatgetflags()
/trueos/contrib/tcsh/
HDed.term.c357 # ifdef CRTBS
358 { "crtbs", CRTBS, M_CONTROL },
/trueos/libexec/getty/
HDsubr.c356 SET(f, CRTBS); in set_flags()