Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dioctl_compat.h84 struct ltchars { struct
195 #define TIOCSLTC _IOW('t',117,struct ltchars)/* set local special chars*/
196 #define TIOCGLTC _IOR('t',116,struct ltchars)/* get local special chars*/
/xnu-8792.41.9/bsd/kern/
H A Dtty_compat.c301 __IGNORE_WCASTALIGN(struct ltchars *ltc = (struct ltchars *)data); in ttsetcompat()
459 struct ltchars *ltc = (struct ltchars *)data; in ttcompat()