Lines Matching refs:replace
275 * If the replace failed then remove what we have
551 * replace button.
813 * the replace dialog box uses.
819 * Text Widget that will replace a string in the main
847 * with the one in the replace dialog's text widget.
867 * with the one in the replace dialog's text widget.
888 * once_only - If TRUE then only replace the first one found.
889 * other replace all of them.
903 XawTextBlock find, replace;
912 replace.ptr = GetString(search->rep_text);
913 replace.length = strlen(replace.ptr);
914 replace.firstPos = 0;
915 replace.format = FMT8BIT;
951 if (XawTextReplace(tw, pos, end_pos, &replace) != XawEditDone) {
954 sprintf( msg, "'%s' with '%s'. ***", find.ptr, replace.ptr);
960 XawTextSetInsertionPoint( tw, pos + replace.length);
974 if (replace.length == 0)
977 XawTextSetSelection( tw, pos, pos + replace.length);