Searched refs:grow_fill (Results 1 – 6 of 6) sorted by relevance
5878 grow_fill, in print_help()
378 extern int grow_fill;
487 int grow_fill = 3; /* do the grow islands heuristic with this width. */ variable
5043 snprintf(buf, bufn, "ans=%s%s%d", p, co, grow_fill); in process_remote_cmd()5050 grow_fill, g); in process_remote_cmd()5051 grow_fill = g; in process_remote_cmd()5066 grow_fill = f; in process_remote_cmd()
2348 } else if (*run < grow_fill) { in island_try()3633 if (grow_fill && tile_diffs > 4) { in scan_for_updates()
1617 fprintf(stderr, " grow_fill: %d\n", grow_fill); in print_settings()3842 grow_fill = atoi(argv[++i]); in main() local