Home
last modified time | relevance | path

Searched refs:handle_stdin (Results 1 – 23 of 23) sorted by relevance

/dports/converters/osm2pgsql/osm2pgsql-1.5.1/src/
H A Dutil.cpp62 HANDLE const handle_stdin = GetStdHandle(STD_INPUT_HANDLE); in get_password() local
64 GetConsoleMode(handle_stdin, &mode); in get_password()
65 SetConsoleMode(handle_stdin, mode & (~ENABLE_ECHO_INPUT)); in get_password()
80 SetConsoleMode(handle_stdin, mode); in get_password()
/dports/x11/p5-X11-Protocol-Other/X11-Protocol-Other-31/examples/
H A Dmit-screen-saver-external.pl247 sub handle_stdin { subroutine
275 handle_stdin();
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/examples/eventloop/
H A Dmain.c165 int handle_stdin(duk_context *ctx) { in handle_stdin() function
230 if (handle_stdin(ctx) != 0) { in main()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/examples/eventloop/
H A Dmain.c165 int handle_stdin(duk_context *ctx) { in handle_stdin() function
230 if (handle_stdin(ctx) != 0) { in main()
/dports/misc/clifm/clifm-1.3/src/
H A Dmisc.h36 void handle_stdin(void);
H A Dmisc.c1287 handle_stdin() function
H A Dinit.c1601 handle_stdin(); in init_shell()
/dports/lang/duktape-lib/duktape-2.6.0/examples/eventloop/
H A Dmain.c181 static int handle_stdin(duk_context *ctx) { in handle_stdin() function
260 if (handle_stdin(ctx) != 0) { in main()
/dports/lang/duktape/duktape-2.6.0/examples/eventloop/
H A Dmain.c181 static int handle_stdin(duk_context *ctx) { in handle_stdin() function
260 if (handle_stdin(ctx) != 0) { in main()
/dports/devel/py-parallax/parallax-1.0.6/parallax/
H A Dtask.py134 iomap.register_write(self.stdin.fileno(), self.handle_stdin)
194 def handle_stdin(self, fd, iomap): member in Task
/dports/security/pssh/pssh-2.3.4/psshlib/
H A Dtask.py105 iomap.register_write(self.stdin.fileno(), self.handle_stdin)
168 def handle_stdin(self, fd, iomap): member in Task
/dports/x11/yad/yad-7.3/src/
H A Dnotification.c261 handle_stdin (GIOChannel * channel, GIOCondition condition, gpointer data) in handle_stdin() function
427 g_io_add_watch (channel, G_IO_IN | G_IO_HUP, handle_stdin, NULL); in yad_notification_run()
H A Dprogress.c45 handle_stdin (GIOChannel *channel, GIOCondition condition, gpointer data) in handle_stdin() function
367 g_io_add_watch (channel, G_IO_IN | G_IO_HUP, handle_stdin, dlg); in progress_create_widget()
H A Dhtml.c288 handle_stdin (GIOChannel * ch, GIOCondition cond, gpointer d) in handle_stdin() function
379 g_io_add_watch (ch, G_IO_IN | G_IO_HUP, handle_stdin, NULL); in html_create_widget()
H A Dicons.c147 handle_stdin (GIOChannel * channel, GIOCondition condition, gpointer data) in handle_stdin() function
511 g_io_add_watch (channel, G_IO_IN | G_IO_HUP, handle_stdin, NULL); in icons_create_widget()
H A Dtext.c264 handle_stdin (GIOChannel * channel, GIOCondition condition, gpointer data) in handle_stdin() function
415 g_io_add_watch (channel, G_IO_IN | G_IO_HUP, handle_stdin, NULL); in fill_buffer_from_stdin()
H A Dlist.c563 handle_stdin (GIOChannel *channel, GIOCondition condition, gpointer data) in handle_stdin() function
727 g_io_add_watch (channel, G_IO_IN | G_IO_HUP, handle_stdin, NULL); in fill_data()
H A Dform.c645 handle_stdin (GIOChannel * ch, GIOCondition cond, gpointer data) in handle_stdin() function
1238 g_io_add_watch (channel, G_IO_IN | G_IO_HUP, handle_stdin, NULL); in form_create_widget()
/dports/devel/py-invoke/invoke-1.6.0/invoke/
H A Drunners.py607 if target == self.handle_stdin:
637 thread_args[self.handle_stdin] = {
803 def handle_stdin(self, input_, output, echo): member in Runner
/dports/sysutils/s6/s6-2.10.0.3/src/daemontools-extras/
H A Ds6-log.c1093 static inputprocfunc_t_ref handle_stdin = &normal_stdin ; variable
1142 handle_stdin = &last_stdin ; in handle_signals()
1307 (*handle_stdin)(script, scriptlen, linelimit, gflags) ; in main()
/dports/devel/py-invoke/invoke-1.6.0/tests/
H A Drunners.py576 MockedHandleStdin.handle_stdin = Mock()
580 assert not MockedHandleStdin.handle_stdin.called
1468 MockedHandleStdin.handle_stdin = Mock()
1474 assert not MockedHandleStdin.handle_stdin.called
/dports/misc/clifm/clifm-1.3/misc/codecov/
H A Dmisc.c.gcov2483 function handle_stdin called 0 returned 0% blocks executed 0%
2484 #####: 1355:handle_stdin()
H A Dinit.c.gcov2866 #####: 1496: handle_stdin();