Searched refs:tchars (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| H A D | genchars.pl | 289 $tchars=$ltchars=0; 295 $tchars = CheckStructure("tchars","sgtty.h"); 301 print " tchars structure found.\n" if $tchars and !SILENT; 323 if($tchars and CheckField("tchars","t_$c","sgtty.h")) { 361 " if $tchars; 397 if(ioctl(fileno(PerlIO_file),TIOCGETP,&s.s1) ".($tchars?" 430 if(ioctl(PerlIO_fileno(file),TIOCGETP,&s.s1) ".($tchars?" 452 if(ioctl(fileno(PerlIO_file),TIOCSETN,&s.s1) ".($tchars?"
|
| H A D | ReadKey.xs | 753 struct tchars tchar;
|
| /openbsd-src/gnu/lib/libreadline/ |
| H A D | rltty.c | 167 struct tchars tchars; /* Terminal special characters, including ^S and ^Q. */ member 201 _rl_tty_chars.t_intr = tiop->tchars.t_intrc; 202 _rl_tty_chars.t_quit = tiop->tchars.t_quitc; 203 _rl_tty_chars.t_start = tiop->tchars.t_startc; 204 _rl_tty_chars.t_stop = tiop->tchars.t_stopc; 205 _rl_tty_chars.t_eof = tiop->tchars.t_eofc; 207 _rl_tty_chars.t_eol2 = tiop->tchars.t_brkc; 242 if (ioctl (tty, TIOCGETC, &(tiop->tchars)) == 0) 277 ioctl (tty, TIOCSETC, &(tiop->tchars)); 305 tiop->tchars = oldtio.tchars; [all …]
|
| /openbsd-src/gnu/usr.bin/texinfo/info/ |
| H A D | termdep.h | 43 # define tchars tc macro
|
| H A D | terminal.c | 679 struct tchars original_tchars; 775 struct tchars temp; in terminal_prep_terminal()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/tui/ |
| H A D | tui.c | 489 struct tchars tbuf;
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ser-unix.c | 61 struct tchars tc; 273 for (i = 0; i < (int) sizeof (struct tchars); i++) in hardwire_print_tty_state()
|
| H A D | ChangeLog-1993 | 4049 [HAVE_SGTTY]: Add tchars, ltchars, and lmode to ttystate.
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.cpp | 983 unsigned struct_tchars_sz = sizeof(tchars);
|