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

/xsrc/external/mit/xedit/dist/
H A Dispell.c1392 IgnoreEntry *ientry; local in function:IspellEndProcess
1396 for (ientry = (IgnoreEntry *)hash_iter_first(ignore_hash);
1397 ientry;
1398 ientry = (IgnoreEntry *)hash_iter_next(ignore_hash)) {
1399 if (ientry->add) {
1400 if (ientry->add == UNCAP)
1404 write(ispell.ofd[1], ientry->word->value, ientry->word->length);

Completed in 3 milliseconds