Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dioctl_compat.h170 #define CRTKIL 0x04000000 /* kill line with " \b " */ macro
189 #define LCRTKIL (CRTKIL>>16)
/xnu-12377.41.6/bsd/kern/
H A Dtty_compat.c609 flags |= CRTKIL | CRTBS; in ttcompatgetflags()
752 if (flags & CRTKIL) { in ttcompatsetlflags()