Home
last modified time | relevance | path

Searched refs:new_tty (Results 1 – 25 of 93) sorted by last modified time

1234

/dports/devel/gdb/gdb-11.1/gdb/
H A Dinflow.c799 new_tty (void)
H A DChangeLog1341 * inflow.c (new_tty): Do not leak tty.
H A Dterminal.h26 extern void new_tty (void);
H A Dfork-child.c118 new_tty (); in postfork_child_hook()
H A DChangeLog-19902454 * inflow.c (new_tty): If can't open tty, print error message
H A DChangeLog-20154737 (child_terminal_ours_1, new_tty): Use sighandler_t. Remove casts.
H A DChangeLog-20089963 * inflow.c (new_tty): Set controlling terminal with TIOCSCTTY.
H A DChangeLog-201112123 * inflow.c (new_tty): Ditto.
/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/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/
H A DIoss_Getline.c87 struct sgttyb new_tty, old_tty; variable
238 new_tty = old_tty; in io_gl_char_init()
239 new_tty.sg_flags |= RAW; in io_gl_char_init()
240 new_tty.sg_flags &= ~ECHO; in io_gl_char_init()
241 ioctl(0, TIOCSETN, &new_tty); in io_gl_char_init()
/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()
H A Drpng2-win.c112 struct termio old_tty, new_tty; in repl_getch() local
115 new_tty = old_tty; in repl_getch()
116 new_tty.c_lflag &= ~(ICANON | ECHO | ISIG); in repl_getch()
117 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()
H A Drpng2-win.c112 struct termio old_tty, new_tty; in repl_getch() local
115 new_tty = old_tty; in repl_getch()
116 new_tty.c_lflag &= ~(ICANON | ECHO | ISIG); in repl_getch()
117 ioctl(fd, TCSETA, &new_tty); in repl_getch()
/dports/devel/luv/luv-1.41.0-0/
H A Ddocs.md1856 local stdin = uv.new_tty(0, true)
1857 local stdout = uv.new_tty(1, false)
1870 ### `uv.new_tty(fd, readable)`
/dports/devel/luv/luv-1.41.0-0/examples/
H A Drepl.lua8 local stdin = uv.new_tty(0, true)
/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/devel/luv/luv-1.41.0-0/lib/
H A Dutils.lua7 utils.stdout = uv.new_tty(1, false)
/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()
H A Drpng2-win.c113 struct termio old_tty, new_tty; in repl_getch() local
116 new_tty = old_tty; in repl_getch()
117 new_tty.c_lflag &= ~(ICANON | ECHO | ISIG); in repl_getch()
118 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()
H A Drpng2-win.c112 struct termio old_tty, new_tty; in repl_getch() local
115 new_tty = old_tty; in repl_getch()
116 new_tty.c_lflag &= ~(ICANON | ECHO | ISIG); in repl_getch()
117 ioctl(fd, TCSETA, &new_tty); in repl_getch()
/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()
/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()
H A Drpng2-win.c113 struct termio old_tty, new_tty; in repl_getch() local
116 new_tty = old_tty; in repl_getch()
117 new_tty.c_lflag &= ~(ICANON | ECHO | ISIG); in repl_getch()
118 ioctl(fd, TCSETA, &new_tty); in repl_getch()

1234