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

/xsrc/external/mit/xedit/dist/
H A Dispell.c65 char *undo_str; member in struct:_ispell_undo
416 if (ispell.undo_base->undo_str)
417 XtFree(ispell.undo_base->undo_str);
1457 if (pundo->undo_str)
1458 XtFree(pundo->undo_str);
1529 ispell.undo_head->undo_str = NULL;
1536 ispell.undo_head->undo_str = XtNewString(search.ptr);
1608 ispell.undo_head->undo_str = XtNewString(text);
1618 ispell.undo_head->undo_str = XtNewString(text);
1621 ispell.undo_head->undo_str
[all...]

Completed in 4 milliseconds