Searched refs:FIND_COMPOUND (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dspell.c835 #define FIND_COMPOUND 3 /* find case-folded compound word */ macro
1189 find_word(&mi, FIND_COMPOUND);
1281 else if (mode == FIND_COMPOUND)
1471 if ((mode == FIND_COMPOUND || mode == FIND_KEEPCOMPOUND)
1481 else if ((mode == FIND_COMPOUND || mode == FIND_KEEPCOMPOUND
1528 if (mode == FIND_COMPOUND)
1649 find_word(mip, FIND_COMPOUND);
1667 find_prefix(mip, FIND_COMPOUND);
1968 * If "mode" is "FIND_COMPOUND" then do the same after another word, find a
1997 if (mode == FIND_COMPOUND)
[all...]

Completed in 84 milliseconds