Home
last modified time | relevance | path

Searched refs:sound_bell (Results 1 – 6 of 6) sorted by relevance

/external/libvncserver/x11vnc/
Dxkb_bell.c98 sound_bell = 0; in initialize_watch_bell()
116 sound_bell = 0; in initialize_watch_bell()
148 if (got_bell && sound_bell) { in check_bell_event()
162 sound_bell = 0; in initialize_watch_bell()
Doptions.h309 extern int sound_bell;
Doptions.c395 int sound_bell = 1; /* actually send it */ variable
Dremote.c2934 sound_bell = 0; in process_remote_cmd()
2943 snprintf(buf, bufn, "ans=%s:%d", p, sound_bell); in process_remote_cmd()
2948 sound_bell = 1; in process_remote_cmd()
2953 snprintf(buf, bufn, "ans=%s:%d", p, !sound_bell); in process_remote_cmd()
2958 sound_bell = 0; in process_remote_cmd()
Dscreen.c1163 if (sound_bell) { in vnc_reflect_bell()
Dx11vnc.c3307 sound_bell = 0; in main()