Home
last modified time | relevance | path

Searched refs:TCSAFLUSH (Results 1 – 25 of 4314) sorted by relevance

12345678910>>...173

/dports/games/pvpgn/pvpgn-1.8.5/src/client/
H A Dbnbot.c210 tcsetattr(fd_stdin,TCSAFLUSH,&in_attr_old); in main()
218 tcsetattr(fd_stdin,TCSAFLUSH,&in_attr_old); in main()
230 tcsetattr(fd_stdin,TCSAFLUSH,&in_attr_old); in main()
239 tcsetattr(fd_stdin,TCSAFLUSH,&in_attr_old); in main()
252 tcsetattr(fd_stdin,TCSAFLUSH,&in_attr_old); in main()
263 tcsetattr(fd_stdin,TCSAFLUSH,&in_attr_old); in main()
271 tcsetattr(fd_stdin,TCSAFLUSH,&in_attr_old); in main()
325 tcsetattr(fd_stdin,TCSAFLUSH,&in_attr_old); in main()
337 tcsetattr(fd_stdin,TCSAFLUSH,&in_attr_old); in main()
348 tcsetattr(fd_stdin,TCSAFLUSH,&in_attr_old); in main()
/dports/devel/cgdb/cgdb-0.8.0/lib/util/
H A Dterminal.cpp30 if (tcsetattr(fd, TCSAFLUSH, &buf) < 0) in tty_cbreak()
46 if (tcsetattr(fd, TCSAFLUSH, &buf) < 0) in tty_output_nl()
65 if (tcsetattr(fd, TCSAFLUSH, &buf) < 0) in tty_off_xon_xoff()
83 if (tcsetattr(fd, TCSAFLUSH, &buf) < 0) in tty_set_echo()
99 if (tcsetattr(fd, TCSAFLUSH, buf) < 0) in tty_set_attributes()
/dports/security/ADMsmb/ADMsmb_0.3/
H A Dgetsmbpass.c35 #ifndef TCSAFLUSH
36 #define TCSAFLUSH 1 macro
50 if(flags & TCSAFLUSH) in tcsetattr()
66 #ifndef TCSAFLUSH
67 #define TCSAFLUSH 1 macro
127 echo_off = tcsetattr (fileno (in), TCSAFLUSH, &t) == 0; in getsmbpass()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/replace/
H A Dgetpass.c65 #ifndef TCSAFLUSH
66 #define TCSAFLUSH 1 macro
80 if(flags & TCSAFLUSH) in tcsetattr()
85 #elif !defined(TCSAFLUSH)
95 #define TCSAFLUSH 1 macro
174 echo_off = tcsetattr (fileno (in), TCSAFLUSH, &t) == 0; in getsmbpass()
/dports/astro/merkaartor/merkaartor-0.19.0/src/qextserialport/
H A Dposix_qextserialport.cpp489 tcsetattr(Posix_File->handle(), TCSAFLUSH, &Posix_CommConfig); in setBaudRate()
536 tcsetattr(Posix_File->handle(), TCSAFLUSH, &Posix_CommConfig); in setDataBits()
656 tcsetattr(Posix_File->handle(), TCSAFLUSH, &Posix_CommConfig); in setParity()
663 tcsetattr(Posix_File->handle(), TCSAFLUSH, &Posix_CommConfig); in setParity()
669 tcsetattr(Posix_File->handle(), TCSAFLUSH, &Posix_CommConfig); in setParity()
708 tcsetattr(Posix_File->handle(), TCSAFLUSH, &Posix_CommConfig); in setStopBits()
758 tcsetattr(Posix_File->handle(), TCSAFLUSH, &Posix_CommConfig); in setFlowControl()
765 tcsetattr(Posix_File->handle(), TCSAFLUSH, &Posix_CommConfig); in setFlowControl()
771 tcsetattr(Posix_File->handle(), TCSAFLUSH, &Posix_CommConfig); in setFlowControl()
805 tcsetattr(Posix_File->handle(), TCSAFLUSH, &Posix_CommConfig); in setTimeout()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ie/
H A Dterminal.h52 # define TCSAFLUSH TCSETSF macro
58 # if defined(TCSADFLUSH) && !defined(TCSAFLUSH)
59 # define TCSAFLUSH TCSADFLUSH macro
135 # define TCSAFLUSH TCSETAF macro
140 # define TCSAFLUSH TIOCSETP macro
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ie/
H A Dterminal.h52 # define TCSAFLUSH TCSETSF macro
58 # if defined(TCSADFLUSH) && !defined(TCSAFLUSH)
59 # define TCSAFLUSH TCSADFLUSH macro
135 # define TCSAFLUSH TCSETAF macro
140 # define TCSAFLUSH TIOCSETP macro
/dports/shells/ksh93/ast-93u/src/cmd/ie/
H A Dterminal.h52 # define TCSAFLUSH TCSETSF macro
58 # if defined(TCSADFLUSH) && !defined(TCSAFLUSH)
59 # define TCSAFLUSH TCSADFLUSH macro
135 # define TCSAFLUSH TCSETAF macro
140 # define TCSAFLUSH TIOCSETP macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dterminal.h65 # define TCSAFLUSH TCSETSF macro
68 # if defined(TCSADFLUSH) && !defined(TCSAFLUSH)
69 # define TCSAFLUSH TCSADFLUSH macro
143 # define TCSAFLUSH TCSETAF macro
148 # define TCSAFLUSH TIOCSETP macro
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dterminal.h65 # define TCSAFLUSH TCSETSF macro
68 # if defined(TCSADFLUSH) && !defined(TCSAFLUSH)
69 # define TCSAFLUSH TCSADFLUSH macro
143 # define TCSAFLUSH TCSETAF macro
148 # define TCSAFLUSH TIOCSETP macro
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dterminal.h65 # define TCSAFLUSH TCSETSF macro
68 # if defined(TCSADFLUSH) && !defined(TCSAFLUSH)
69 # define TCSAFLUSH TCSADFLUSH macro
143 # define TCSAFLUSH TCSETAF macro
148 # define TCSAFLUSH TIOCSETP macro
/dports/security/minisign/minisign-0.9/src/
H A Dget_line.c24 #ifndef TCSAFLUSH
25 # define TCSAFLUSH 0 macro
44 tcsetattr(0, TCSAFLUSH, &p); in disable_echo()
71 tcsetattr(0, TCSAFLUSH, &p); in enable_echo()
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/include/
H A Dast_tty.h18 #define TCSAFLUSH TCSETSF macro
21 #if defined(TCSADFLUSH) && !defined(TCSAFLUSH)
22 #define TCSAFLUSH TCSADFLUSH macro
/dports/security/pam_google_authenticator/google-authenticator-libpam-1.09/examples/
H A Ddemo.c64 assert(!tcsetattr(0, TCSAFLUSH, &termios)); in conversation()
66 assert(!tcsetattr(0, TCSAFLUSH, &old_termios)); in conversation()
130 assert(!tcsetattr(0, TCSAFLUSH, &old_termios)); in print_diagnostics()
136 assert(!tcsetattr(0, TCSAFLUSH, &old_termios)); in reset_console()
142 assert(!tcsetattr(0, TCSAFLUSH, &old_termios)); in stop()
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Dtty.rst23 .. function:: setraw(fd, when=termios.TCSAFLUSH)
26 defaults to :const:`termios.TCSAFLUSH`, and is passed to
30 .. function:: setcbreak(fd, when=termios.TCSAFLUSH)
33 defaults to :const:`termios.TCSAFLUSH`, and is passed to
/dports/lang/python38/Python-3.8.12/Doc/library/
H A Dtty.rst23 .. function:: setraw(fd, when=termios.TCSAFLUSH)
26 defaults to :const:`termios.TCSAFLUSH`, and is passed to
30 .. function:: setcbreak(fd, when=termios.TCSAFLUSH)
33 defaults to :const:`termios.TCSAFLUSH`, and is passed to
/dports/lang/python37/Python-3.7.12/Doc/library/
H A Dtty.rst23 .. function:: setraw(fd, when=termios.TCSAFLUSH)
26 defaults to :const:`termios.TCSAFLUSH`, and is passed to
30 .. function:: setcbreak(fd, when=termios.TCSAFLUSH)
33 defaults to :const:`termios.TCSAFLUSH`, and is passed to
/dports/lang/python311/Python-3.11.0a3/Doc/library/
H A Dtty.rst23 .. function:: setraw(fd, when=termios.TCSAFLUSH)
26 defaults to :const:`termios.TCSAFLUSH`, and is passed to
30 .. function:: setcbreak(fd, when=termios.TCSAFLUSH)
33 defaults to :const:`termios.TCSAFLUSH`, and is passed to
/dports/lang/python-tools/Python-3.8.12/Doc/library/
H A Dtty.rst23 .. function:: setraw(fd, when=termios.TCSAFLUSH)
26 defaults to :const:`termios.TCSAFLUSH`, and is passed to
30 .. function:: setcbreak(fd, when=termios.TCSAFLUSH)
33 defaults to :const:`termios.TCSAFLUSH`, and is passed to
/dports/lang/python39/Python-3.9.9/Doc/library/
H A Dtty.rst23 .. function:: setraw(fd, when=termios.TCSAFLUSH)
26 defaults to :const:`termios.TCSAFLUSH`, and is passed to
30 .. function:: setcbreak(fd, when=termios.TCSAFLUSH)
33 defaults to :const:`termios.TCSAFLUSH`, and is passed to
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Dtty.rst23 .. function:: setraw(fd, when=termios.TCSAFLUSH)
26 defaults to :const:`termios.TCSAFLUSH`, and is passed to
30 .. function:: setcbreak(fd, when=termios.TCSAFLUSH)
33 defaults to :const:`termios.TCSAFLUSH`, and is passed to
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Dtty.rst23 .. function:: setraw(fd, when=termios.TCSAFLUSH)
26 defaults to :const:`termios.TCSAFLUSH`, and is passed to
30 .. function:: setcbreak(fd, when=termios.TCSAFLUSH)
33 defaults to :const:`termios.TCSAFLUSH`, and is passed to
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/library/
H A Dtty.rst23 .. function:: setraw(fd, when=termios.TCSAFLUSH)
26 defaults to :const:`termios.TCSAFLUSH`, and is passed to
30 .. function:: setcbreak(fd, when=termios.TCSAFLUSH)
33 defaults to :const:`termios.TCSAFLUSH`, and is passed to
/dports/math/fricas/fricas-1.3.7/src/clef/
H A Dedible.c210 if(tcsetattr(0, TCSAFLUSH, &childbuf) == -1) { in main()
362 if(tcsetattr(0, TCSAFLUSH, &canonbuf) == -1) { in init_parent()
386 if(tcsetattr(0, TCSAFLUSH, &oldbuf) == -1) { in hangup_handler()
407 if(tcsetattr(0, TCSAFLUSH, &oldbuf) == -1) { in terminate_handler()
442 if(tcsetattr(0, TCSAFLUSH, &oldbuf) == -1) { in child_handler()
470 if(tcsetattr(0, TCSAFLUSH, &oldbuf) == -1) { in alarm_handler()
540 if(tcsetattr(0, TCSAFLUSH, &rawbuf) == -1) { in flip_raw()
550 if(tcsetattr(0, TCSAFLUSH, &canonbuf) == -1) { in flip_canonical()
/dports/misc/clex/clex-4.6.patch9/src/
H A Dtty.c102 tcsetattr(STDIN_FILENO,TCSAFLUSH,p_save); in tty_restore()
121 tcsetattr(STDIN_FILENO,TCSAFLUSH,&ctrlc); in tty_ctrlc()
130 tcsetattr(STDIN_FILENO,TCSAFLUSH,p_raw); in tty_setraw()
138 tcsetattr(STDIN_FILENO,TCSAFLUSH,p_text); in tty_reset()

12345678910>>...173