Home
last modified time | relevance | path

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

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