Home
last modified time | relevance | path

Searched refs:TCSANOW (Results 1 – 25 of 3464) sorted by relevance

12345678910>>...139

/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/interfaces/text/
H A Dec_text.c109 tcsetattr(0, TCSANOW, &new_tc); in text_init()
123 tcsetattr(0, TCSANOW, &old_tc); in text_cleanup()
162 tcsetattr(0, TCSANOW, &old_tc); in text_fatal_error()
181 tcsetattr(0, TCSANOW, &old_tc); in text_input()
202 tcsetattr(0, TCSANOW, &new_tc); in text_input()
457 tcsetattr(0, TCSANOW, &old_tc); in text_run_plugin()
470 tcsetattr(0, TCSANOW, &new_tc); in text_run_plugin()
545 tcsetattr(0, TCSANOW, &new_tc); in text_run_filter()
645 tcsetattr(0, TCSANOW, &old_tc); in text_visualization()
653 tcsetattr(0, TCSANOW, &new_tc); in text_visualization()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ie/
H A Dterminal.h44 #if !defined(TCSETS) && !defined(TCSANOW)
49 # ifndef TCSANOW
50 # define TCSANOW TCSETS macro
126 #ifndef TCSANOW
128 # define TCSANOW TCSETA macro
138 # define TCSANOW TIOCSETN macro
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ie/
H A Dterminal.h44 #if !defined(TCSETS) && !defined(TCSANOW)
49 # ifndef TCSANOW
50 # define TCSANOW TCSETS macro
126 #ifndef TCSANOW
128 # define TCSANOW TCSETA macro
138 # define TCSANOW TIOCSETN macro
/dports/shells/ksh93/ast-93u/src/cmd/ie/
H A Dterminal.h44 #if !defined(TCSETS) && !defined(TCSANOW)
49 # ifndef TCSANOW
50 # define TCSANOW TCSETS macro
126 #ifndef TCSANOW
128 # define TCSANOW TCSETA macro
138 # define TCSANOW TIOCSETN macro
/dports/print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.7.17/src/
H A Dlinux_cmn.c233 tcsetattr(0, TCSANOW, &g_old_kbd_mode); in cooked()
248 tcsetattr(0, TCSANOW, &new_kbd_mode); in raw()
265 tcsetattr(0, TCSANOW, &g_old_kbd_mode); in _kbhit()
280 tcsetattr(0, TCSANOW, &g_old_kbd_mode); in _getch()
283 tcsetattr(0, TCSANOW, &g_old_kbd_mode); in _getch()
/dports/games/openbor/openbor-3caaddd5/tools/borplay/source/
H A Dkbhit.c21 tcsetattr(0, TCSANOW, &new_settings); in init_keyboard()
26 tcsetattr(0, TCSANOW, &initial_settings); in close_keyboard()
36 tcsetattr(0, TCSANOW, &new_settings); in kbhit()
39 tcsetattr(0, TCSANOW, &new_settings); in kbhit()
/dports/mail/nmh/nmh-1.7.1/sbr/
H A Dgetpass.c43 #ifndef TCSANOW
44 #define TCSANOW 0 macro
72 (void)tcsetattr(fileno(fin), TCSANOW, &term); in nmh_getpass()
82 (void)tcsetattr(fileno(fin), TCSANOW, &oterm); in nmh_getpass()
/dports/emulators/x48/x48-0.6.4_1/src/
H A Dserial.c267 #if defined(TCSANOW) in serial_init()
292 #if defined(TCSANOW) in serial_init()
293 if (tcsetattr(ttyp, TCSANOW, &ttybuf) < 0) in serial_init()
320 #if defined(TCSANOW) in serial_init()
344 #if defined(TCSANOW) in serial_init()
345 if (tcsetattr(ir_fd, TCSANOW, &ttybuf) < 0) in serial_init()
373 #if defined(TCSANOW)
482 #if defined(TCSANOW)
498 #if defined(TCSANOW)
565 #if defined(TCSANOW)
[all …]
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/unix/
H A Duxcons.c126 tcsetattr(0, TCSANOW, &newmode); in console_verify_ssh_host_key()
130 tcsetattr(0, TCSANOW, &oldmode); in console_verify_ssh_host_key()
181 tcsetattr(0, TCSANOW, &newmode); in console_confirm_weak_cached_hostkey()
185 tcsetattr(0, TCSANOW, &oldmode); in console_confirm_weak_cached_hostkey()
236 tcsetattr(0, TCSANOW, &newmode); in console_askappend()
240 tcsetattr(0, TCSANOW, &oldmode); in console_askappend()
403 tcsetattr(infd, TCSANOW, &newmode); in console_get_userpass_input()
424 tcsetattr(infd, TCSANOW, &oldmode); in console_get_userpass_input()
/dports/shells/ksh93/ast-93u/src/lib/libast/features/
H A Dtty30 # ifndef TCSANOW
31 # define TCSANOW TCSETS
34 # endif /* TCSANOW */
96 # ifndef TCSANOW
98 # define TCSANOW TCSETA
102 # define TCSANOW TIOCSETN
107 # endif /* TCSANOW */
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/features/
H A Dtty30 # ifndef TCSANOW
31 # define TCSANOW TCSETS
34 # endif /* TCSANOW */
96 # ifndef TCSANOW
98 # define TCSANOW TCSETA
102 # define TCSANOW TIOCSETN
107 # endif /* TCSANOW */
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/features/
H A Dtty30 # ifndef TCSANOW
31 # define TCSANOW TCSETS
34 # endif /* TCSANOW */
96 # ifndef TCSANOW
98 # define TCSANOW TCSETA
102 # define TCSANOW TIOCSETN
107 # endif /* TCSANOW */
/dports/security/putty-nogtk/putty-0.76/unix/
H A Duxcons.c154 tcsetattr(0, TCSANOW, &newmode); in console_verify_ssh_host_key()
158 tcsetattr(0, TCSANOW, &oldmode); in console_verify_ssh_host_key()
212 tcsetattr(0, TCSANOW, &newmode); in console_confirm_weak_crypto_primitive()
216 tcsetattr(0, TCSANOW, &oldmode); in console_confirm_weak_crypto_primitive()
253 tcsetattr(0, TCSANOW, &newmode); in console_confirm_weak_cached_hostkey()
257 tcsetattr(0, TCSANOW, &oldmode); in console_confirm_weak_cached_hostkey()
307 tcsetattr(0, TCSANOW, &newmode); in console_askappend()
311 tcsetattr(0, TCSANOW, &oldmode); in console_askappend()
482 tcsetattr(infd, TCSANOW, &newmode); in console_get_userpass_input()
503 tcsetattr(infd, TCSANOW, &oldmode); in console_get_userpass_input()
/dports/security/putty/putty-0.76/unix/
H A Duxcons.c154 tcsetattr(0, TCSANOW, &newmode); in console_verify_ssh_host_key()
158 tcsetattr(0, TCSANOW, &oldmode); in console_verify_ssh_host_key()
212 tcsetattr(0, TCSANOW, &newmode); in console_confirm_weak_crypto_primitive()
216 tcsetattr(0, TCSANOW, &oldmode); in console_confirm_weak_crypto_primitive()
253 tcsetattr(0, TCSANOW, &newmode); in console_confirm_weak_cached_hostkey()
257 tcsetattr(0, TCSANOW, &oldmode); in console_confirm_weak_cached_hostkey()
307 tcsetattr(0, TCSANOW, &newmode); in console_askappend()
311 tcsetattr(0, TCSANOW, &oldmode); in console_askappend()
482 tcsetattr(infd, TCSANOW, &newmode); in console_get_userpass_input()
503 tcsetattr(infd, TCSANOW, &oldmode); in console_get_userpass_input()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/sys/unix/
H A Dterm.c33 tcsetattr(0, TCSANOW, &initial); in term_restore()
56 tcsetattr(0, TCSANOW, &current); in term_cont()
95 tcsetattr(0, TCSANOW, &current); in term_character()
102 tcsetattr(0, TCSANOW, &current); in term_line()
/dports/security/ADMsmb/ADMsmb_0.3/
H A Dgetsmbpass.c39 #ifndef TCSANOW
40 #define TCSANOW 0 macro
70 #ifndef TCSANOW
71 #define TCSANOW 0 macro
149 (void) tcsetattr (fileno (in), TCSANOW, &t); in getsmbpass()
/dports/audio/ft2play/ft2play-5730b16/ft2play/src/
H A Dposix.c97 tcsetattr(0, TCSANOW, &tNew); in modifyTerminal()
104 tcsetattr(0, TCSANOW, &tOld); in revertTerminal()
115 tcsetattr(0, TCSANOW, &tNew); in _kbhit()
119 tcsetattr(0, TCSANOW, &tNew); in _kbhit()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dterminal.h62 # ifndef TCSANOW
63 # define TCSANOW TCSETS macro
134 # ifndef TCSANOW
136 # define TCSANOW TCSETA macro
146 # define TCSANOW TIOCSETN macro
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dterminal.h62 # ifndef TCSANOW
63 # define TCSANOW TCSETS macro
134 # ifndef TCSANOW
136 # define TCSANOW TCSETA macro
146 # define TCSANOW TIOCSETN macro
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dterminal.h62 # ifndef TCSANOW
63 # define TCSANOW TCSETS macro
134 # ifndef TCSANOW
136 # define TCSANOW TCSETA macro
146 # define TCSANOW TIOCSETN macro
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/exp/terminal/
H A Dutil.go49 if err := syscall.Tcsetattr(fd, syscall.TCSANOW, &newState); err != nil {
59 err := syscall.Tcsetattr(fd, syscall.TCSANOW, &state.termios)
87 if err := syscall.Tcsetattr(fd, syscall.TCSANOW, &newState); err != nil {
92 syscall.Tcsetattr(fd, syscall.TCSANOW, &oldState)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/exp/terminal/
H A Dutil.go49 if err := syscall.Tcsetattr(fd, syscall.TCSANOW, &newState); err != nil {
59 err := syscall.Tcsetattr(fd, syscall.TCSANOW, &state.termios)
87 if err := syscall.Tcsetattr(fd, syscall.TCSANOW, &newState); err != nil {
92 syscall.Tcsetattr(fd, syscall.TCSANOW, &oldState)
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/exp/terminal/
H A Dutil.go49 if err := syscall.Tcsetattr(fd, syscall.TCSANOW, &newState); err != nil {
59 err := syscall.Tcsetattr(fd, syscall.TCSANOW, &state.termios)
87 if err := syscall.Tcsetattr(fd, syscall.TCSANOW, &newState); err != nil {
92 syscall.Tcsetattr(fd, syscall.TCSANOW, &oldState)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/exp/terminal/
H A Dutil.go49 if err := syscall.Tcsetattr(fd, syscall.TCSANOW, &newState); err != nil {
59 err := syscall.Tcsetattr(fd, syscall.TCSANOW, &state.termios)
87 if err := syscall.Tcsetattr(fd, syscall.TCSANOW, &newState); err != nil {
92 syscall.Tcsetattr(fd, syscall.TCSANOW, &oldState)
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/exp/terminal/
H A Dutil.go49 if err := syscall.Tcsetattr(fd, syscall.TCSANOW, &newState); err != nil {
59 err := syscall.Tcsetattr(fd, syscall.TCSANOW, &state.termios)
87 if err := syscall.Tcsetattr(fd, syscall.TCSANOW, &newState); err != nil {
92 syscall.Tcsetattr(fd, syscall.TCSANOW, &oldState)

12345678910>>...139