Searched refs:scroll_good_str (Results 1 – 5 of 5) sorted by relevance
287 extern char *scroll_good_str;
366 char *scroll_good_str = NULL; variable
3865 char *s = scroll_good_str; in process_remote_cmd()3873 if (scroll_good_str) { in process_remote_cmd()3874 free(scroll_good_str); in process_remote_cmd()3877 scroll_good_str = strdup(p); in process_remote_cmd()3879 scroll_good_str); in process_remote_cmd()
1576 fprintf(stderr, " scr_inc: %s\n", scroll_good_str ? in print_settings()1577 scroll_good_str : scroll_good_str0); in print_settings()3552 scroll_good_str = strdup(argv[++i]); in main() local
664 if (scroll_good_str != NULL && *scroll_good_str != '\0') { in initialize_scroll_matches()665 str = scroll_good_str; in initialize_scroll_matches()