Lines Matching refs:DSPELL
77 # define DSPELL(x) x macro
79 # define DSPELL(x) ; macro
2713 DSPELL(printf("Offset %ld, start %ld, end %ld\n", offset, start, end)); in InsertText()
2714 DSPELL(printf("\t\"%10.10s...\"\n", text + start)); in InsertText()
2825 DSPELL(printf("Testing: \"%s\"\n", testWord.String())); in CheckSpelling()
2905 DSPELL(printf("UpdateSpellMarks: offset = %ld, length = %ld\n", offset, length)); in UpdateSpellMarks()
2909 DSPELL(printf("\tfound: %ld - %ld\n", spellMark->start, spellMark->end)); in UpdateSpellMarks()
2919 DSPELL(printf("\t-> reset: %ld - %ld\n", spellMark->start, spellMark->end)); in UpdateSpellMarks()
2927 DSPELL(printf("AddSpellMark: start = %ld, end = %ld\n", start, end)); in AddSpellMark()
2933 DSPELL(printf("\tfound one\n")); in AddSpellMark()
2937 DSPELL(printf("\tremove old one\n")); in AddSpellMark()
2965 DSPELL(printf("RemoveSpellMark: start = %ld, end = %ld\n", start, end)); in RemoveSpellMark()
2971 DSPELL(printf("\tnot found!\n")); in RemoveSpellMark()
2975 DSPELL(printf("\tfound: %ld - %ld\n", spellMark->start, spellMark->end)); in RemoveSpellMark()