Home
last modified time | relevance | path

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

/netbsd/sys/sys/
H A Dioctl_compat.h128 #define CRTBS 0x00010000 /* do backspacing for crt */ macro
148 #define LCRTBS (CRTBS>>16)
/netbsd/lib/librpcsvc/
H A Drex.x132 const CRTBS = 0x00010000; /* do backspacing for crt */ variable
/netbsd/sys/compat/common/
H A Dtty_43.c334 SET(flags, CRTERA|CRTBS); in ttcompatgetflags()
336 SET(flags, CRTKIL|CRTBS); in ttcompatgetflags()
/netbsd/libexec/getty/
H A Dsubr.c322 SET(f, CRTBS); in setflags()