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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/readline/
H A Drltty.c171 struct tchars tchars; /* Terminal special characters, including ^S and ^Q. */ member in struct:bsdtty
207 _rl_tty_chars.t_intr = tiop->tchars.t_intrc;
208 _rl_tty_chars.t_quit = tiop->tchars.t_quitc;
209 _rl_tty_chars.t_start = tiop->tchars.t_startc;
210 _rl_tty_chars.t_stop = tiop->tchars.t_stopc;
211 _rl_tty_chars.t_eof = tiop->tchars.t_eofc;
213 _rl_tty_chars.t_eol2 = tiop->tchars.t_brkc;
249 if (ioctl (tty, TIOCGETC, &(tiop->tchars)) == 0)
284 ioctl (tty, TIOCSETC, &(tiop->tchars));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/readline/
H A Drltty.c171 struct tchars tchars; /* Terminal special characters, including ^S and ^Q. */ member in struct:bsdtty
207 _rl_tty_chars.t_intr = tiop->tchars.t_intrc;
208 _rl_tty_chars.t_quit = tiop->tchars.t_quitc;
209 _rl_tty_chars.t_start = tiop->tchars.t_startc;
210 _rl_tty_chars.t_stop = tiop->tchars.t_stopc;
211 _rl_tty_chars.t_eof = tiop->tchars.t_eofc;
213 _rl_tty_chars.t_eol2 = tiop->tchars.t_brkc;
249 if (ioctl (tty, TIOCGETC, &(tiop->tchars)) == 0)
284 ioctl (tty, TIOCSETC, &(tiop->tchars));
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/readline/
H A Drltty.c171 struct tchars tchars; /* Terminal special characters, including ^S and ^Q. */ member in struct:bsdtty
207 _rl_tty_chars.t_intr = tiop->tchars.t_intrc;
208 _rl_tty_chars.t_quit = tiop->tchars.t_quitc;
209 _rl_tty_chars.t_start = tiop->tchars.t_startc;
210 _rl_tty_chars.t_stop = tiop->tchars.t_stopc;
211 _rl_tty_chars.t_eof = tiop->tchars.t_eofc;
213 _rl_tty_chars.t_eol2 = tiop->tchars.t_brkc;
249 if (ioctl (tty, TIOCGETC, &(tiop->tchars)) == 0)
284 ioctl (tty, TIOCSETC, &(tiop->tchars));
[all...]
/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.h27 struct tchars { struct
H A Dioctls.h18 #define TIOCSETC _IOW('t', 17, struct tchars)
19 #define TIOCGETC _IOR('t', 18, struct tchars)
/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.h27 struct tchars { struct
H A Dioctls.h18 #define TIOCSETC _IOW('t', 17, struct tchars)
19 #define TIOCGETC _IOR('t', 18, struct tchars)
/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.h18 #define TIOCSETC _IOW('t', 17, struct tchars)
19 #define TIOCGETC _IOR('t', 18, struct tchars)
H A Dtermios.h15 struct tchars { 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.h18 #define TIOCSETC _IOW('t', 17, struct tchars)
19 #define TIOCGETC _IOR('t', 18, struct tchars)
H A Dtermios.h15 struct tchars { 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.h39 #define __TIOCSETC _IOW('t', 17, struct tchars) /* SunOS Specific */
40 #define __TIOCGETC _IOR('t', 18, struct tchars) /* SunOS Specific */
H A Dtermios.h16 struct tchars { 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.h39 #define __TIOCSETC _IOW('t', 17, struct tchars) /* SunOS Specific */
40 #define __TIOCGETC _IOR('t', 18, struct tchars) /* SunOS Specific */
H A Dtermios.h16 struct tchars { 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.c799 static int get_tchars(struct tty_struct *tty, struct tchars __user *tchars) argument
801 struct tchars tmp;
811 return copy_to_user(tchars, &tmp, sizeof(tmp)) ? -EFAULT : 0;
814 static int set_tchars(struct tty_struct *tty, struct tchars __user *tchars) argument
816 struct tchars tmp;
818 if (copy_from_user(&tmp, tchars, 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.c799 static int get_tchars(struct tty_struct *tty, struct tchars __user *tchars) argument
801 struct tchars tmp;
811 return copy_to_user(tchars, &tmp, sizeof(tmp)) ? -EFAULT : 0;
814 static int set_tchars(struct tty_struct *tty, struct tchars __user *tchars) argument
816 struct tchars tmp;
818 if (copy_from_user(&tmp, tchars, 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.h24 struct tchars { 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.h24 struct tchars { struct
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dser-unix.c73 struct tchars tc;
276 fprintf_filtered (stream, "tchars: ");
277 for (i = 0; i < (int) sizeof (struct tchars); i++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dser-unix.c73 struct tchars tc;
276 fprintf_filtered (stream, "tchars: ");
277 for (i = 0; i < (int) sizeof (struct tchars); i++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dser-unix.c73 struct tchars tc;
276 fprintf_filtered (stream, "tchars: ");
277 for (i = 0; i < (int) sizeof (struct tchars); i++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/tui/
H A Dtui.c488 struct tchars tbuf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/tui/
H A Dtui.c488 struct tchars tbuf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/tui/
H A Dtui.c488 struct tchars tbuf;

Completed in 172 milliseconds

12