Lines Matching refs:undo_str
65 char *undo_str;
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 = NULL;
1647 ispell.undo_head->undo_str = XtNewString(text);
1698 if (undo->undo_str)
1699 (void)IspellIgnoredWord(undo->undo_str, REMOVE, -undo->undo_count);
1701 else if (undo->undo_str) {
1703 IspellIgnoredWord(undo->undo_str, REMOVE, 0);
1726 XtSetArg(args[0], XtNlabel, undo->undo_str);
1729 strrchr(undo->undo_str, ' ') + 1);
1770 if (undo->undo_str)
1771 XtFree(undo->undo_str);