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

/freebsd-9.3-release/contrib/texinfo/info/
H A Dtermdep.h43 # define tchars tc macro
H A Dterminal.c681 struct tchars original_tchars;
787 struct tchars temp;
/freebsd-9.3-release/contrib/libreadline/
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...]
/freebsd-9.3-release/sys/sys/
H A Dioctl_compat.h45 struct tchars { struct
80 #define TIOCSETC _IOW('t',17, struct tchars) /* set special characters */
81 #define TIOCGETC _IOR('t',18, struct tchars) /* get special characters */
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.file.c93 struct termios tchars; local
95 struct termio tchars;
99 (void) tcgetattr(SHIN, &tchars);
101 (void) ioctl(SHIN, TCGETA, (ioctl_t) &tchars);
104 tchars.c_cc[VEOL] = ESC;
105 if (tchars.c_lflag & ICANON)
117 tchars.c_lflag |= ICANON;
122 tchars.c_cc[VEOL] = _POSIX_VDISABLE;
130 (void) xtcsetattr(SHIN, on, &tchars);
132 (void) ioctl(SHIN, on, (ioctl_t) &tchars);
[all...]
H A Dmi.termios.c158 struct tchars tcbuf;
290 struct tchars tcbuf;
H A Ded.term.h507 struct tchars d_tc;
H A Ded.term.c868 struct tchars *n = &td->d_tc;
1007 struct tchars *n = &td->d_tc;
/freebsd-9.3-release/include/rpcsvc/
H A Drex.x149 struct tchars {
179 tchars more; /* interrupt, kill characters, etc. */
/freebsd-9.3-release/sys/kern/
H A Dtty_compat.c131 struct tchars *tc = (struct tchars *)data;
219 struct tchars *tc = (struct tchars *)data;
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dsys_bsd.c70 struct tchars otc = { 0 }, ntc = { 0 };
376 struct tchars tc;
H A Dexterns.h342 extern struct tchars ntc;
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui.c489 struct tchars tbuf;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dser-unix.c61 struct tchars tc;
274 fprintf_filtered (stream, "tchars: ");
275 for (i = 0; i < (int) sizeof (struct tchars); i++)
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dsys_term.c83 struct tchars tc;

Completed in 125 milliseconds