Lines Matching refs:compflags
1991 static void process_compflags(spellinfo_T *spin, afffile_T *aff, char_u *compflags);
2216 char_u *compflags = NULL; // COMPOUNDFLAG and COMPOUNDRULE in spell_read_aff() local
2350 || compflags != NULL in spell_read_aff()
2457 && compflags == NULL) in spell_read_aff()
2466 compflags = p; in spell_read_aff()
2480 if (compflags != NULL || *skipdigits(items[1]) != NUL) in spell_read_aff()
2485 if (compflags != NULL) in spell_read_aff()
2486 l += (int)STRLEN(compflags) + 1; in spell_read_aff()
2490 if (compflags != NULL) in spell_read_aff()
2492 STRCPY(p, compflags); in spell_read_aff()
2496 compflags = p; in spell_read_aff()
3062 if (compflags != NULL) in spell_read_aff()
3063 process_compflags(spin, aff, compflags); in spell_read_aff()
3252 char_u *compflags) in process_compflags() argument
3267 len = (int)STRLEN(compflags) + 1; in process_compflags()
3281 for (p = compflags; *p != NUL; ) in process_compflags()