Searched refs:scale_cursor_str (Results 1 – 6 of 6) sorted by relevance
142 char *scale_cursor_str = NULL; variable
570 extern char *scale_cursor_str;
723 if (scale_cursor_str) { in setup_cursors()724 scale = scale_cursor_str; in setup_cursors()
1312 if (scale_cursor_str) free(scale_cursor_str); in user_supplied_opts()1314 scale_cursor_str = strdup(q); in user_supplied_opts()
1568 NONUL(scale_cursor_str)); in process_remote_cmd()1572 if (scale_cursor_str) free(scale_cursor_str); in process_remote_cmd()1574 scale_cursor_str = NULL; in process_remote_cmd()1576 scale_cursor_str = strdup(p); in process_remote_cmd()
2406 scale_cursor_str = strdup(argv[++i]); in main() local