Searched refs:scroll_good_all (Results 1 – 4 of 4) sorted by relevance
284 extern char **scroll_good_all;
363 char **scroll_good_all = NULL; variable
1889 } else if (scroll_good_all == NULL && scroll_skip_all == NULL) { in xrecord_watch()1902 if (scroll_good_all) { in xrecord_watch()1903 matched_good += match_str_list(nm, scroll_good_all); in xrecord_watch()
649 destroy_str_list(scroll_good_all); in initialize_scroll_matches()650 scroll_good_all = NULL; in initialize_scroll_matches()669 scroll_good_all = create_str_list(str); in initialize_scroll_matches()674 while (scroll_good_all[n] != NULL) { in initialize_scroll_matches()675 char *s = scroll_good_all[n++]; in initialize_scroll_matches()690 char *s = scroll_good_all[i]; in initialize_scroll_matches()694 scroll_good_all[i] = strdup(imp); in initialize_scroll_matches()698 scroll_good_all[i] = strdup(imp); in initialize_scroll_matches()761 char *s = scroll_good_all[n++]; in initialize_scroll_term()