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

/xsrc/external/mit/xedit/dist/
H A Dispell.c145 typedef struct _IgnoreEntry IgnoreEntry; typedef in typeref:struct:_IgnoreEntry
148 IgnoreEntry *next;
460 IgnoreEntry *entry;
463 entry = (IgnoreEntry *)hash_check(ignore_hash, word, word_len);
471 entry = XtNew(IgnoreEntry);
1392 IgnoreEntry *ientry;
1396 for (ientry = (IgnoreEntry *)hash_iter_first(ignore_hash);
1398 ientry = (IgnoreEntry *)hash_iter_next(ignore_hash)) {

Completed in 5 milliseconds