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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dtermios.h36 struct ltchars { struct
H A Dioctls.h40 #define TIOCGLTC _IOR('t', 116, struct ltchars)
41 #define TIOCSLTC _IOW('t', 117, struct ltchars)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dtermios.h36 struct ltchars { struct
H A Dioctls.h40 #define TIOCGLTC _IOR('t', 116, struct ltchars)
41 #define TIOCSLTC _IOW('t', 117, struct ltchars)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/readline/
H A Drltty.c174 struct ltchars ltchars; /* 4.2 BSD editing characters */ member in struct:bsdtty
218 _rl_tty_chars.t_susp = tiop->ltchars.t_suspc;
219 _rl_tty_chars.t_dsusp = tiop->ltchars.t_dsuspc;
220 _rl_tty_chars.t_reprint = tiop->ltchars.t_rprntc;
221 _rl_tty_chars.t_flush = tiop->ltchars.t_flushc;
222 _rl_tty_chars.t_werase = tiop->ltchars.t_werasc;
223 _rl_tty_chars.t_lnext = tiop->ltchars.t_lnextc;
254 if (ioctl (tty, TIOCGLTC, &(tiop->ltchars)) == 0)
292 ioctl (tty, TIOCSLTC, &(tiop->ltchars));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/readline/
H A Drltty.c174 struct ltchars ltchars; /* 4.2 BSD editing characters */ member in struct:bsdtty
218 _rl_tty_chars.t_susp = tiop->ltchars.t_suspc;
219 _rl_tty_chars.t_dsusp = tiop->ltchars.t_dsuspc;
220 _rl_tty_chars.t_reprint = tiop->ltchars.t_rprntc;
221 _rl_tty_chars.t_flush = tiop->ltchars.t_flushc;
222 _rl_tty_chars.t_werase = tiop->ltchars.t_werasc;
223 _rl_tty_chars.t_lnext = tiop->ltchars.t_lnextc;
254 if (ioctl (tty, TIOCGLTC, &(tiop->ltchars)) == 0)
292 ioctl (tty, TIOCSLTC, &(tiop->ltchars));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/readline/
H A Drltty.c174 struct ltchars ltchars; /* 4.2 BSD editing characters */ member in struct:bsdtty
218 _rl_tty_chars.t_susp = tiop->ltchars.t_suspc;
219 _rl_tty_chars.t_dsusp = tiop->ltchars.t_dsuspc;
220 _rl_tty_chars.t_reprint = tiop->ltchars.t_rprntc;
221 _rl_tty_chars.t_flush = tiop->ltchars.t_flushc;
222 _rl_tty_chars.t_werase = tiop->ltchars.t_werasc;
223 _rl_tty_chars.t_lnext = tiop->ltchars.t_lnextc;
254 if (ioctl (tty, TIOCGLTC, &(tiop->ltchars)) == 0)
292 ioctl (tty, TIOCSLTC, &(tiop->ltchars));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/include/asm/
H A Dioctls.h40 #define TIOCGLTC _IOR('t', 116, struct ltchars)
41 #define TIOCSLTC _IOW('t', 117, struct ltchars)
H A Dtermios.h24 struct ltchars { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dioctls.h40 #define TIOCGLTC _IOR('t', 116, struct ltchars)
41 #define TIOCSLTC _IOW('t', 117, struct ltchars)
H A Dtermios.h24 struct ltchars { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dioctls.h62 #define __TIOCGLTC _IOR('t', 116, struct ltchars) /* SunOS Specific */
63 #define __TIOCSLTC _IOW('t', 117, struct ltchars) /* SunOS Specific */
H A Dtermios.h25 struct ltchars { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dioctls.h62 #define __TIOCGLTC _IOR('t', 116, struct ltchars) /* SunOS Specific */
63 #define __TIOCSLTC _IOW('t', 117, struct ltchars) /* SunOS Specific */
H A Dtermios.h25 struct ltchars { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dtty_ioctl.c833 static int get_ltchars(struct tty_struct *tty, struct ltchars __user *ltchars) argument
835 struct ltchars tmp;
847 return copy_to_user(ltchars, &tmp, sizeof(tmp)) ? -EFAULT : 0;
850 static int set_ltchars(struct tty_struct *tty, struct ltchars __user *ltchars) argument
852 struct ltchars tmp;
854 if (copy_from_user(&tmp, ltchars, sizeof(tmp)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dtty_ioctl.c833 static int get_ltchars(struct tty_struct *tty, struct ltchars __user *ltchars) argument
835 struct ltchars tmp;
847 return copy_to_user(ltchars, &tmp, sizeof(tmp)) ? -EFAULT : 0;
850 static int set_ltchars(struct tty_struct *tty, struct ltchars __user *ltchars) argument
852 struct ltchars tmp;
854 if (copy_from_user(&tmp, ltchars, sizeof(tmp)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/
H A Dtermios.h33 struct ltchars { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/
H A Dtermios.h33 struct ltchars { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dser-unix.c74 struct ltchars ltc;
281 fprintf_filtered (stream, "ltchars: ");
282 for (i = 0; i < (int) sizeof (struct ltchars); i++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dser-unix.c74 struct ltchars ltc;
281 fprintf_filtered (stream, "ltchars: ");
282 for (i = 0; i < (int) sizeof (struct ltchars); i++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dser-unix.c74 struct ltchars ltc;
281 fprintf_filtered (stream, "ltchars: ");
282 for (i = 0; i < (int) sizeof (struct ltchars); i++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/tui/
H A Dtui.c491 struct ltchars ltc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/tui/
H A Dtui.c491 struct ltchars ltc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/tui/
H A Dtui.c491 struct ltchars ltc;

Completed in 178 milliseconds

12