Searched refs:region_names (Results 1 – 1 of 1) sorted by relevance
3881 char_u *region_names = NULL; // region names being used in spell_dump_compl() local3912 if (region_names == NULL) // first language with regions in spell_dump_compl()3913 region_names = p; in spell_dump_compl()3914 else if (STRCMP(region_names, p) != 0) in spell_dump_compl()3922 if (do_region && region_names != NULL) in spell_dump_compl()3926 vim_snprintf((char *)IObuff, IOSIZE, "/regions=%s", region_names); in spell_dump_compl()