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

/darwin-on-arm/xnu/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*/
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_compat.c273 * the struct ltchars that 'data' points to.
276 struct ltchars *ltc = (struct ltchars *)data;
423 * ltchars that 'data' points to.
426 struct ltchars *ltc = (struct ltchars *)data;

Completed in 64 milliseconds