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

  /src/bin/ksh/
tty.h 84 struct ltchars ltchars; member in struct:__anon02bc16e10108
tty.c 37 if (ioctl(fd, TIOCGLTC, &ts->ltchars) < 0)
85 if (ioctl(fd, TIOCSLTC, &ts->ltchars) < 0)
edit.c 276 edchars.werase = cb.ltchars.t_werasc;
277 cb.ltchars.t_suspc = -1;
278 cb.ltchars.t_dsuspc = -1;
279 cb.ltchars.t_lnextc = -1;
280 cb.ltchars.t_rprntc = -1;
  /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*/
  /src/lib/librpcsvc/
rex.x 160 struct ltchars {
180 ltchars yetmore; /* special Berkeley characters */
  /src/sys/compat/common/
tty_43.c 198 struct ltchars *ltc = (struct ltchars *)data;
209 struct ltchars *ltc = (struct ltchars *)data;
  /src/distrib/utils/more/
screen.c 201 struct ltchars l;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 705 unsigned struct_ltchars_sz = sizeof(ltchars);

Completed in 30 milliseconds