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

/xsrc/external/mit/xedit/dist/
H A Dispell.c138 typedef struct _ReplaceEntry ReplaceEntry; typedef in typeref:struct:_ReplaceEntry
141 ReplaceEntry*next;
432 ReplaceEntry *entry;
435 entry = (ReplaceEntry *)hash_check(replace_hash, word, word_len);
440 entry = XtNew(ReplaceEntry);
1393 ReplaceEntry *rentry;
1432 for (rentry = (ReplaceEntry *)hash_iter_first(replace_hash);
1434 rentry = (ReplaceEntry *)hash_iter_next(replace_hash)) {
H A Dhook.c54 } ReplaceEntry; typedef in typeref:struct:_ReplaceEntry
256 ReplaceEntry *entry;
259 entry = (ReplaceEntry *)hash_check(replace_hash, word, length);
261 entry = XtNew(ReplaceEntry);

Completed in 7 milliseconds