Searched refs:watch_fbpm (Results 1 – 6 of 6) sorted by relevance
/external/libvncserver/x11vnc/ |
D | pm.c | 86 if (watch_fbpm) { in check_fbpm() 99 if (! watch_fbpm) { in check_fbpm()
|
D | options.c | 453 int watch_fbpm = 1; /* -nofbpm */ variable 455 int watch_fbpm = 0; variable
|
D | help.c | 5872 watch_fbpm ? "-nofbpm":"-fbpm", in print_help()
|
D | options.h | 351 extern int watch_fbpm;
|
D | remote.c | 4869 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()
|
D | x11vnc.c | 1607 fprintf(stderr, " fbpm: %d\n", !watch_fbpm); in print_settings() 3721 watch_fbpm = 1; in main() 3725 watch_fbpm = 0; in main()
|