HomeSort by: relevance | last modified time | path
    Searched defs:ltchars (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/ksh/
tty.h 84 struct ltchars ltchars; member in struct:__anon23
  /src/external/gpl3/gdb/dist/readline/readline/
rltty.c 112 struct ltchars ltchars; /* 4.2 BSD editing characters */ member in struct:bsdtty
156 _rl_susp_char = _rl_tty_chars.t_susp = tiop->ltchars.t_suspc;
158 _rl_tty_chars.t_dsusp = tiop->ltchars.t_dsuspc;
159 _rl_tty_chars.t_reprint = tiop->ltchars.t_rprntc;
160 _rl_tty_chars.t_flush = tiop->ltchars.t_flushc;
161 _rl_tty_chars.t_werase = tiop->ltchars.t_werasc;
162 _rl_tty_chars.t_lnext = tiop->ltchars.t_lnextc;
191 if (ioctl (tty, TIOCGLTC, &(tiop->ltchars)) == 0)
227 ioctl (tty, TIOCSLTC, &(tiop->ltchars));
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
rltty.c 112 struct ltchars ltchars; /* 4.2 BSD editing characters */ member in struct:bsdtty
156 _rl_susp_char = _rl_tty_chars.t_susp = tiop->ltchars.t_suspc;
158 _rl_tty_chars.t_dsusp = tiop->ltchars.t_dsuspc;
159 _rl_tty_chars.t_reprint = tiop->ltchars.t_rprntc;
160 _rl_tty_chars.t_flush = tiop->ltchars.t_flushc;
161 _rl_tty_chars.t_werase = tiop->ltchars.t_werasc;
162 _rl_tty_chars.t_lnext = tiop->ltchars.t_lnextc;
191 if (ioctl (tty, TIOCGLTC, &(tiop->ltchars)) == 0)
227 ioctl (tty, TIOCSLTC, &(tiop->ltchars));
    [all...]
  /src/sys/sys/
ioctl_compat.h 55 struct ltchars { struct
163 #define TIOCSLTC _IOW('t',117,struct ltchars)/* set local special chars*/
164 #define TIOCGLTC _IOR('t',116,struct ltchars)/* get local special chars*/

Completed in 14 milliseconds