HomeSort by relevance Sort by last modified time
    Searched refs:max_keyrepeat_str (Results 1 - 5 of 5) sorted by null

  /external/libvncserver/x11vnc/
options.c 359 char *max_keyrepeat_str = NULL; variable
options.h 280 extern char *max_keyrepeat_str;
remote.c     [all...]
x11vnc.c 3567 max_keyrepeat_str = strdup(argv[++i]); local
    [all...]
userinput.c 771 if (max_keyrepeat_str != NULL && *max_keyrepeat_str != '\0') {
772 str = max_keyrepeat_str;
    [all...]

Completed in 54 milliseconds