Searched defs:get_out (Results 1 - 4 of 4) sorted by relevance

/external/libvncserver/x11vnc/misc/
H A Dinet6to465 my $listen_sock = ''; # declared here for get_out()
67 sub get_out { subroutine
77 $SIG{INT} = \&get_out;
78 $SIG{TERM} = \&get_out;
H A Dconnect_switch109 my $listen_sock = ''; # declared here for get_out()
111 sub get_out { subroutine
121 $SIG{INT} = \&get_out;
122 $SIG{TERM} = \&get_out;
H A Dultravnc_repeater.pl87 sub get_out { subroutine
104 $SIG{INT} = \&get_out;
105 $SIG{TERM} = \&get_out;
/external/libvncserver/x11vnc/
H A Duserinput.c2478 int get_out, got_one = 0, flush1 = 0, flush2 = 0; local
2502 get_out = 1;
2504 get_out = 0;
2509 get_out = 0;
2513 get_out = 0;
2516 if (get_out) {
2720 int get_out, got_one = 0, flush1 = 0, flush2 = 0; local
2745 get_out = 1;
2747 get_out = 0;
2750 get_out
[all...]

Completed in 99 milliseconds