Searched refs:IspellIgnoredWord (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xedit/dist/ |
| H A D | ispell.c | 164 static Bool IspellIgnoredWord(char*, int, int); 486 IspellIgnoredWord(char *word, int cmd, int add) function in typeref:typename:Bool 733 (void)IspellIgnoredWord(&ispell.sendbuf[1], ADD, 0); 1124 if (len <= 2 || IspellIgnoredWord(&ispell.sendbuf[1], CHECK, 0)) 1617 IspellIgnoredWord(text, ADD, 0); 1651 (void)IspellIgnoredWord(text, ADD, cmd); 1699 (void)IspellIgnoredWord(undo->undo_str, REMOVE, -undo->undo_count); 1703 IspellIgnoredWord(undo->undo_str, REMOVE, 0);
|
Completed in 4 milliseconds