Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dpm.c86 if (watch_fbpm) { in check_fbpm()
99 if (! watch_fbpm) { in check_fbpm()
Doptions.c453 int watch_fbpm = 1; /* -nofbpm */ variable
455 int watch_fbpm = 0; variable
Dhelp.c5872 watch_fbpm ? "-nofbpm":"-fbpm", in print_help()
Doptions.h351 extern int watch_fbpm;
Dremote.c4869 snprintf(buf, bufn, "ans=%s:%d", p, !watch_fbpm); in process_remote_cmd()
4873 watch_fbpm = 0; in process_remote_cmd()
4878 snprintf(buf, bufn, "ans=%s:%d", p, watch_fbpm); in process_remote_cmd()
4882 watch_fbpm = 1; in process_remote_cmd()
Dx11vnc.c1607 fprintf(stderr, " fbpm: %d\n", !watch_fbpm); in print_settings()
3721 watch_fbpm = 1; in main()
3725 watch_fbpm = 0; in main()