Home
last modified time | relevance | path

Searched refs:scroll_good_str (Results 1 – 5 of 5) sorted by relevance

/external/libvncserver/x11vnc/
Doptions.h287 extern char *scroll_good_str;
Doptions.c366 char *scroll_good_str = NULL; variable
Dremote.c3865 char *s = scroll_good_str; in process_remote_cmd()
3873 if (scroll_good_str) { in process_remote_cmd()
3874 free(scroll_good_str); in process_remote_cmd()
3877 scroll_good_str = strdup(p); in process_remote_cmd()
3879 scroll_good_str); in process_remote_cmd()
Dx11vnc.c1576 fprintf(stderr, " scr_inc: %s\n", scroll_good_str ? in print_settings()
1577 scroll_good_str : scroll_good_str0); in print_settings()
3552 scroll_good_str = strdup(argv[++i]); in main() local
Duserinput.c664 if (scroll_good_str != NULL && *scroll_good_str != '\0') { in initialize_scroll_matches()
665 str = scroll_good_str; in initialize_scroll_matches()