Searched refs:wait_bog (Results 1 - 5 of 5) sorted by relevance

/external/libvncserver/x11vnc/
H A Doptions.c433 int wait_bog = 1; variable
H A Doptions.h333 extern int wait_bog;
H A Dremote.c4741 if (!strcmp(p, "wait_bog")) {
4743 snprintf(buf, bufn, "ans=%s:%d", p, wait_bog);
4746 wait_bog = 1;
4747 rfbLog("remote_cmd: setting wait_bog to %d\n", wait_bog);
4752 snprintf(buf, bufn, "ans=%s:%d", p, !wait_bog);
4755 wait_bog = 0;
4756 rfbLog("remote_cmd: setting wait_bog to %d\n", wait_bog);
H A Dx11vnc.c1601 fprintf(stderr, " nowait_bog: %d\n", !wait_bog);
3684 wait_bog = 0;
H A Dscreen.c4210 if (! wait_bog) {

Completed in 247 milliseconds