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

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/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...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dwc.c96 Sfoff_t tlines=0, twords=0, tchars=0; local
175 tchars += wp->chars;
183 wp->chars = tchars;
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h75 struct tchars { struct
120 #define TIOCSETC _IOW('t',17,struct tchars)/* set special characters */
121 #define TIOCGETC _IOR('t',18,struct tchars)/* get special characters */
/macosx-10.10.1/tcsh-65/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.c867 struct tchars *n = &td->d_tc;
1006 struct tchars *n = &td->d_tc;
/macosx-10.10.1/Librpcsvc-24/
H A Drex.x149 struct tchars {
179 tchars more; /* interrupt, kill characters, etc. */
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsystty.h291 state, for example a struct tchars, a struct sgttyb, a struct
292 tchars, a struct ltchars, and a struct pagechars, struct
346 struct tchars tchars;
340 struct tchars tchars; member in struct:emacs_tty
H A Dsysdep.c1232 /* How about a struct tchars and a wordful of lmode bits? */
1234 if (ioctl (fd, TIOCGETC, &settings->tchars) < 0
1325 /* How about a struct tchars and a wordful of lmode bits? */
1327 if (ioctl (fd, TIOCSETC, &settings->tchars) < 0
1377 static struct tchars new_tchars = {-1,-1,-1,-1,-1,-1};
1604 tty.tchars = new_tchars;
1605 tty.tchars.t_intrc = quit_char;
1608 tty.tchars.t_startc = '\021';
1609 tty.tchars.t_stopc = '\023';
H A Dprocess.c5980 struct tchars c;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c252 * the struct tchars that 'data' points to.
255 struct tchars *tc = (struct tchars *)data;
406 * tchars that 'data' points to.
409 struct tchars *tc = (struct tchars *)data;
/macosx-10.10.1/screen-22/screen/
H A Dscreen.h129 struct tchars m_tchars;
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dpty_sgttyb.c90 static struct tchars tc; /* special characters */
/macosx-10.10.1/sudo-73/src/
H A Dterm.c261 struct tchars tc;
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c70 struct tchars otc = { 0 }, ntc = { 0 };
376 struct tchars tc;
H A Dexterns.h347 extern struct tchars ntc;
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dzpty.c106 ioctl(fd, TIOCGETC, &ti->tchars);
138 ioctl(fd, TIOCSETC, &ti->tchars);
/macosx-10.10.1/uucp-11/uucp/
H A Dsysdep.h172 struct tchars stchars;
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_main.c339 eofchar = ti.tchars.t_eofc;
340 ti.tchars.t_quitc =
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dedit.c127 static struct tchars l_ttychars;
397 struct tchars ttychars;
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dzsh.h2232 struct tchars tchars;
H A Dutils.c1527 ioctl(SHTTY, TIOCGETC, &ti->tchars);
1557 ioctl(SHTTY, TIOCSETC, &ti->tchars);
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c111 struct tchars tc;
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Djobs.c1887 static struct tchars shell_tchars;

Completed in 180 milliseconds