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

/xnu-2782.1.97/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-2782.1.97/bsd/kern/
H A Dtty_compat.c252 * the struct tchars that 'data' points to.
255 struct tchars *tc = (struct tchars *)data;
406 * tchars that 'data' points to.
409 struct tchars *tc = (struct tchars *)data;

Completed in 22 milliseconds