Home
last modified time | relevance | path

Searched refs:tchars (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dgenchars.pl289 $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 DReadKey.xs753 struct tchars tchar;
/openbsd-src/gnu/lib/libreadline/
H A Drltty.c167 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 Dtermdep.h43 # define tchars tc macro
H A Dterminal.c679 struct tchars original_tchars;
775 struct tchars temp; in terminal_prep_terminal()
/openbsd-src/gnu/usr.bin/binutils/gdb/tui/
H A Dtui.c489 struct tchars tbuf;
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dser-unix.c61 struct tchars tc;
273 for (i = 0; i < (int) sizeof (struct tchars); i++) in hardwire_print_tty_state()
H A DChangeLog-19934049 [HAVE_SGTTY]: Add tchars, ltchars, and lmode to ttystate.
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp983 unsigned struct_tchars_sz = sizeof(tchars);