Home
last modified time | relevance | path

Searched defs:ltchars (Results 1 – 3 of 3) sorted by relevance

/development/ndk/platforms/android-3/include/sys/
Dioctl_compat.h54 struct ltchars { struct
55 char t_suspc; /* stop process signal */
56 char t_dsuspc; /* delayed stop process signal */
57 char t_rprntc; /* reprint line */
58 char t_flushc; /* flush output (toggles) */
59 char t_werasc; /* word erase */
60 char t_lnextc; /* literal next character */
/development/ndk/platforms/android-9/arch-mips/include/sys/
Dioctl_compat.h55 struct ltchars { struct
56 char t_suspc; /* stop process signal */
57 char t_dsuspc; /* delayed stop process signal */
58 char t_rprntc; /* reprint line */
59 char t_flushc; /* flush output (toggles) */
60 char t_werasc; /* word erase */
61 char t_lnextc; /* literal next character */
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dtermios.h42 struct ltchars { struct
44 char t_suspc;
45 char t_dsuspc;
46 char t_rprntc;
47 char t_flushc;
49 char t_werasc;
50 char t_lnextc;