Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dioctl_compat.h121 #define TIOCGETC _IOR('t',18,struct tchars)/* get special characters */ macro
/xnu-8792.61.2/bsd/kern/
H A Dtty_compat.c436 case TIOCGETC: in ttcompat()