Searched refs:max_keyrepeat_str (Results 1 – 5 of 5) sorted by relevance
280 extern char *max_keyrepeat_str;
359 char *max_keyrepeat_str = NULL; variable
3921 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()
1582 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
771 if (max_keyrepeat_str != NULL && *max_keyrepeat_str != '\0') { in initialize_max_keyrepeat()772 str = max_keyrepeat_str; in initialize_max_keyrepeat()