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

  /external/libvncserver/x11vnc/
options.c 379 char **scroll_term = NULL; variable
options.h 296 extern char **scroll_term;
xrecord.c 384 if (sym == XK_space && scroll_term) {
403 if (match_str_list(name, scroll_term)) {
    [all...]
userinput.c 746 destroy_str_list(scroll_term);
747 scroll_term = NULL;
757 scroll_term = create_str_list(str);
760 while (scroll_term[n] != NULL) {
1323 if (!scroll_term) {
1326 if (!match_str_list(xrecord_name_info, scroll_term)) {
    [all...]

Completed in 796 milliseconds