Searched refs:MAXREGIONS (Results 1 – 3 of 3) sorted by relevance
37 #define MAXREGIONS 8 // Number of regions supported. macro78 char_u sl_regions[MAXREGIONS * 2 + 1];
848 if (len > MAXREGIONS * 2) in read_region_section()1952 char_u si_region_name[MAXREGIONS * 2 + 1];4190 if (STRLEN(line) > MAXREGIONS * 2) in spell_read_wordfile()5899 afffile_T *(afile[MAXREGIONS]); in mkspell()5969 else if (incount > MAXREGIONS) in mkspell()5970 semsg(_("E754: Only up to %d regions supported"), MAXREGIONS); in mkspell()
23673 Solution: Define MAXREGIONS.