Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dioctl_compat.h122 #define CRTKIL 0x04000000 /* kill line with " \b " */ macro
141 #define LCRTKIL (CRTKIL>>16)
/freebsd/include/rpcsvc/
H A Drex.x135 const CRTKIL = 0x04000000; /* kill line with " \b " */ variable
/freebsd/sys/kern/
H A Dtty_compat.c318 flags |= CRTKIL|CRTBS; in ttcompatgetflags()
422 if (flags&CRTKIL) in ttcompatsetlflags()
/freebsd/contrib/tcsh/
H A Ded.term.c384 # ifdef CRTKIL
385 { "crtkil", CRTKIL, M_CONTROL },