Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Doptions.h280 extern char *max_keyrepeat_str;
Doptions.c359 char *max_keyrepeat_str = NULL; variable
Dremote.c3921 char *s = max_keyrepeat_str; in process_remote_cmd()
3929 if (max_keyrepeat_str) { in process_remote_cmd()
3930 free(max_keyrepeat_str); in process_remote_cmd()
3933 max_keyrepeat_str = strdup(p); in process_remote_cmd()
3935 max_keyrepeat_str); in process_remote_cmd()
Dx11vnc.c1582 fprintf(stderr, " scr_keyrep: %s\n", max_keyrepeat_str ? in print_settings()
1583 max_keyrepeat_str : "null"); in print_settings()
3567 max_keyrepeat_str = strdup(argv[++i]); in main() local
Duserinput.c771 if (max_keyrepeat_str != NULL && *max_keyrepeat_str != '\0') { in initialize_max_keyrepeat()
772 str = max_keyrepeat_str; in initialize_max_keyrepeat()