Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dioctl_compat.h75 struct tchars { struct
120 #define TIOCSETC _IOW('t',17,struct tchars)/* set special characters */
121 #define TIOCGETC _IOR('t',18,struct tchars)/* get special characters */
/xnu-8792.61.2/bsd/kern/
H A Dtty_compat.c279 __IGNORE_WCASTALIGN(struct tchars *tc = (struct tchars *)data); in ttsetcompat()
442 struct tchars *tc = (struct tchars *)data; in ttcompat()