Lines Matching refs:space
1533 int *space,
1536 if (map->blue_max == 0) map->red_max = *space - 1;
1538 if (map->red_max > *space - 1) map->red_max = *space - 1;
1539 if (map->green_max > *space - 1) map->green_max = *space - 1;
1540 if (map->blue_max > *space - 1) map->blue_max = *space - 1;
1544 (map->blue_max + 1) > *space) {
1556 *space = (map->red_max + 1) * (map->green_max + 1) *