Home
last modified time | relevance | path

Searched refs:get_out (Results 1 – 5 of 5) sorted by relevance

/external/libvncserver/x11vnc/misc/
Dinet6to467 sub get_out { subroutine
77 $SIG{INT} = \&get_out;
78 $SIG{TERM} = \&get_out;
Dconnect_switch111 sub get_out { subroutine
121 $SIG{INT} = \&get_out;
122 $SIG{TERM} = \&get_out;
Dultravnc_repeater.pl87 sub get_out { subroutine
104 $SIG{INT} = \&get_out;
105 $SIG{TERM} = \&get_out;
/external/bison/src/
Dflex-scanner.h34 FILE *FLEX_PREFIX (get_out) (void);
/external/libvncserver/x11vnc/
Duserinput.c2478 int get_out, got_one = 0, flush1 = 0, flush2 = 0; in check_xrecord_keys() local
2502 get_out = 1; in check_xrecord_keys()
2504 get_out = 0; in check_xrecord_keys()
2509 get_out = 0; in check_xrecord_keys()
2513 get_out = 0; in check_xrecord_keys()
2516 if (get_out) { in check_xrecord_keys()
2720 int get_out, got_one = 0, flush1 = 0, flush2 = 0; in check_xrecord_mouse() local
2745 get_out = 1; in check_xrecord_mouse()
2747 get_out = 0; in check_xrecord_mouse()
2750 get_out = 0; in check_xrecord_mouse()
[all …]