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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h84 struct ltchars { struct
195 #define TIOCSLTC _IOW('t',117,struct ltchars)/* set local special chars*/
196 #define TIOCGLTC _IOR('t',116,struct ltchars)/* get local special chars*/
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/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...]
/macosx-10.10.1/Librpcsvc-24/
H A Drex.x160 struct ltchars {
180 ltchars yetmore; /* special Berkeley characters */
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsystty.h292 tchars, a struct ltchars, and a struct pagechars, struct
342 struct ltchars ltchars;
336 struct ltchars ltchars; member in struct:emacs_tty
H A Dsysdep.c1226 /* Suivant - Do we have to get struct ltchars data? */
1228 if (ioctl (fd, TIOCGLTC, &settings->ltchars) < 0)
1319 /* Suivant - Do we have to get struct ltchars data? */
1321 if (ioctl (fd, TIOCSLTC, &settings->ltchars) < 0)
1374 static struct ltchars new_ltchars = {-1,-1,-1,-1,-1,-1};
1627 tty.ltchars = new_ltchars;
H A Dprocess.c5981 struct ltchars lc;
/macosx-10.10.1/screen-22/screen/
H A Dscreen.h117 struct ltchars m_ltchars;
130 struct ltchars m_ltchars;
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.disc.c102 struct ltchars ltcbuf;
H A Ded.term.h454 * struct ltchars
517 struct ltchars d_ltc;
H A Ded.term.c760 struct ltchars *n = &td->d_ltc;
896 struct ltchars *n = &td->d_ltc;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c273 * the struct ltchars that 'data' points to.
276 struct ltchars *ltc = (struct ltchars *)data;
423 * ltchars that 'data' points to.
426 struct ltchars *ltc = (struct ltchars *)data;
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dpty_sgttyb.c91 static struct ltchars lc; /* local special characters */
/macosx-10.10.1/sudo-73/src/
H A Dterm.c262 struct ltchars lc;
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dsys_bsd.c71 struct ltchars oltc = { 0 }, nltc = { 0 };
377 struct ltchars ltc;
H A Dexterns.h348 extern struct ltchars nltc;
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dzpty.c107 ioctl(fd, TIOCGLTC, &ti->ltchars);
139 ioctl(fd, TIOCSLTC, &ti->ltchars);
/macosx-10.10.1/uucp-11/uucp/
H A Dsysdep.h173 struct ltchars sltchars;
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_main.c341 ti.ltchars.t_suspc =
342 ti.ltchars.t_flushc =
343 ti.ltchars.t_dsuspc = ti.ltchars.t_lnextc = -1;
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dedit.c128 static struct ltchars l_chars;
269 struct ltchars lchars;
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dzsh.h2233 struct ltchars ltchars;
H A Dutils.c1528 ioctl(SHTTY, TIOCGLTC, &ti->ltchars);
1558 ioctl(SHTTY, TIOCSLTC, &ti->ltchars);
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dsys_term.c112 struct ltchars ltc;
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Djobs.c1888 static struct ltchars shell_ltchars;

Completed in 279 milliseconds