Home
last modified time | relevance | path

Searched refs:new_tty (Results 1 – 25 of 93) sorted by relevance

1234

/dports/games/quakeforge/quakeforge-0.7.2/libs/video/targets/
H A Din_fbdev.c69 static struct termios old_tty, new_tty; variable
77 new_tty = old_tty; in IN_LL_Init()
78 new_tty.c_cc[VMIN] = 1; in IN_LL_Init()
79 new_tty.c_cc[VTIME] = 0; in IN_LL_Init()
80 new_tty.c_lflag &= ~ICANON; in IN_LL_Init()
81 new_tty.c_iflag &= ~IXON; in IN_LL_Init()
82 tcsetattr(tty_fd, TCSADRAIN, &new_tty); in IN_LL_Init()
/dports/devel/luv/luv-1.41.0-0/examples/uvbook/
H A Duvtee.lua9 local stdin = uv.new_tty(0, true)
10 local stdout = uv.new_tty(1, true)
/dports/games/xzip/xzip/
H A Dunixio.c516 struct sgttyb new_tty; local
552 status = ioctl (fileno (stdin), TIOCGETP, &new_tty);
566 new_tty.sg_flags |= CBREAK;
567 new_tty.sg_flags &= ~ECHO;
577 status = ioctl (fileno (stdin), TIOCSETP, &new_tty);
/dports/net-mgmt/iftop/iftop-1.0pre4/
H A Dtui.c204 struct sgttyb new_tty, old_tty; in tui_loop() local
207 new_tty = old_tty; in tui_loop()
208 new_tty.sg_flags &= ~(ICANON|ECHO); in tui_loop()
209 ioctl(STDIN_FILENO, TIOCSETP, &new_tty); in tui_loop()
/dports/games/jzip/jzip-2.0.1g/
H A Dunixio.c955 struct sgttyb new_tty; local
991 status = ioctl (fileno (stdin), TIOCGETP, &new_tty);
1005 new_tty.sg_flags |= CBREAK;
1006 new_tty.sg_flags &= ~ECHO;
1027 status = ioctl (fileno (stdin), TIOCSETP, &new_tty);
H A Datariio.c931 struct sgttyb new_tty; local
967 status = ioctl (fileno (stdin), TIOCGETP, &new_tty);
981 new_tty.sg_flags |= CBREAK;
982 new_tty.sg_flags &= ~ECHO;
1003 status = ioctl (fileno (stdin), TIOCSETP, &new_tty);
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libpng/contrib/gregbook/
H A Drpng-win.c100 struct termio old_tty, new_tty; in repl_getch() local
103 new_tty = old_tty; in repl_getch()
104 new_tty.c_lflag &= ~(ICANON | ECHO | ISIG); in repl_getch()
105 ioctl(fd, TCSETA, &new_tty); in repl_getch()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/libpng-1.5.5/contrib/gregbook/
H A Drpng-win.c100 struct termio old_tty, new_tty; in repl_getch() local
103 new_tty = old_tty; in repl_getch()
104 new_tty.c_lflag &= ~(ICANON | ECHO | ISIG); in repl_getch()
105 ioctl(fd, TCSETA, &new_tty); in repl_getch()
/dports/emulators/mgba/mgba-0.9.2/src/third-party/libpng/contrib/gregbook/
H A Drpng-win.c101 struct termio old_tty, new_tty; in repl_getch() local
104 new_tty = old_tty; in repl_getch()
105 new_tty.c_lflag &= ~(ICANON | ECHO | ISIG); in repl_getch()
106 ioctl(fd, TCSETA, &new_tty); in repl_getch()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/libpng-src/contrib/gregbook/
H A Drpng-win.c101 struct termio old_tty, new_tty; in repl_getch() local
104 new_tty = old_tty; in repl_getch()
105 new_tty.c_lflag &= ~(ICANON | ECHO | ISIG); in repl_getch()
106 ioctl(fd, TCSETA, &new_tty); in repl_getch()
/dports/graphics/optipng/optipng-0.7.7/src/libpng/contrib/gregbook/
H A Drpng-win.c101 struct termio old_tty, new_tty; in repl_getch() local
104 new_tty = old_tty; in repl_getch()
105 new_tty.c_lflag &= ~(ICANON | ECHO | ISIG); in repl_getch()
106 ioctl(fd, TCSETA, &new_tty); in repl_getch()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/libpng-1.6.21/contrib/gregbook/
H A Drpng-win.c100 struct termio old_tty, new_tty; in repl_getch() local
103 new_tty = old_tty; in repl_getch()
104 new_tty.c_lflag &= ~(ICANON | ECHO | ISIG); in repl_getch()
105 ioctl(fd, TCSETA, &new_tty); in repl_getch()
/dports/games/libretro-mgba/mgba-6186d45/src/third-party/libpng/contrib/gregbook/
H A Drpng-win.c101 struct termio old_tty, new_tty; in repl_getch() local
104 new_tty = old_tty; in repl_getch()
105 new_tty.c_lflag &= ~(ICANON | ECHO | ISIG); in repl_getch()
106 ioctl(fd, TCSETA, &new_tty); in repl_getch()
/dports/graphics/png/libpng-1.6.37/contrib/gregbook/
H A Drpng-win.c101 struct termio old_tty, new_tty; in repl_getch() local
104 new_tty = old_tty; in repl_getch()
105 new_tty.c_lflag &= ~(ICANON | ECHO | ISIG); in repl_getch()
106 ioctl(fd, TCSETA, &new_tty); in repl_getch()
/dports/net-p2p/shx/shx-0.2.4/src/
H A Dhx_tty.c49 static struct termios old_tty, new_tty; variable
226 tcgetattr(tty_fd, &new_tty); in term_sigtstp()
237 tcsetattr(tty_fd, TCSADRAIN, &new_tty); in term_sigcont()
341 new_tty = old_tty; in term_init()
342 new_tty.c_cc[VMIN] = 1; in term_init()
343 new_tty.c_cc[VTIME] = 0; in term_init()
344 new_tty.c_lflag &= ~ICANON; in term_init()
345 new_tty.c_iflag &= ~IXON; in term_init()
346 tcsetattr(tty_fd, TCSADRAIN, &new_tty); in term_init()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dterminal.h26 extern void new_tty (void);
H A Dfork-child.c118 new_tty (); in postfork_child_hook()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dterminal.h81 extern void new_tty (void);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dterminal.h81 extern void new_tty (void);
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dterminal.h84 extern void new_tty (void);
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dterminal.h83 extern void new_tty (void);
/dports/devel/libgetline/getline-39/
H A Dgetline.c134 struct sgttyb new_tty, old_tty; variable
185 new_tty = old_tty; in gl_char_init()
186 new_tty.sg_flags |= RAW; in gl_char_init()
187 new_tty.sg_flags &= ~ECHO; in gl_char_init()
188 ioctl(0, TIOCSETN, &new_tty); in gl_char_init()
/dports/devel/libreadline-java/libreadline-java-0.8.0/src/native/
H A Dgetline.c150 struct sgttyb new_tty, old_tty; variable
201 new_tty = old_tty; in gl_char_init()
202 new_tty.sg_flags |= RAW; in gl_char_init()
203 new_tty.sg_flags &= ~ECHO; in gl_char_init()
204 ioctl(0, TIOCSETN, &new_tty); in gl_char_init()
/dports/devel/luv/luv-1.41.0-0/examples/
H A Drepl.lua8 local stdin = uv.new_tty(0, true)
/dports/devel/cligen/cligen-4.8.0/
H A Dcligen_getline.c153 struct sgttyb new_tty, old_tty; variable
204 new_tty = old_tty; in gl_char_init()
205 new_tty.sg_flags |= RAW; in gl_char_init()
206 new_tty.sg_flags &= ~ECHO; in gl_char_init()
207 ioctl(0, TIOCSETN, &new_tty); in gl_char_init()

1234