Searched refs:wait_bog (Results 1 – 6 of 6) sorted by relevance
/external/libvncserver/x11vnc/ |
D | options.h | 333 extern int wait_bog;
|
D | options.c | 433 int wait_bog = 1; variable
|
D | remote.c | 4743 snprintf(buf, bufn, "ans=%s:%d", p, wait_bog); in process_remote_cmd() 4746 wait_bog = 1; in process_remote_cmd() 4747 rfbLog("remote_cmd: setting wait_bog to %d\n", wait_bog); in process_remote_cmd() 4752 snprintf(buf, bufn, "ans=%s:%d", p, !wait_bog); in process_remote_cmd() 4755 wait_bog = 0; in process_remote_cmd() 4756 rfbLog("remote_cmd: setting wait_bog to %d\n", wait_bog); in process_remote_cmd()
|
D | x11vnc.c | 1601 fprintf(stderr, " nowait_bog: %d\n", !wait_bog); in print_settings() 3684 wait_bog = 0; in main()
|
D | screen.c | 4210 if (! wait_bog) {
|
D | README | 17792 wait_bog disable -nowait_bog mode. 18058 setdefer extra_fbur wait_ui wait_bog nowait_bog
|