Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dioctl_compat.h162 #define CRTERA 0x00040000 /* " \b " to wipe out char */ macro
182 #define LCRTERA (CRTERA>>16)
/xnu-8792.61.2/bsd/kern/
H A Dtty_compat.c606 flags |= CRTERA | CRTBS; in ttcompatgetflags()
747 if (flags & CRTERA) { in ttcompatsetlflags()