Lines Matching defs:find
793 sprintf( msg, "Could not find string '%s'.", text.ptr);
903 XawTextBlock find, replace;
907 find.ptr = GetString( search->search_text);
908 find.length = strlen(find.ptr);
909 find.firstPos = 0;
910 find.format = FMT8BIT;
922 new_pos = XawTextSearch( tw, dir, &find);
928 sprintf( msg, "%s %s %s", "*** Error: Could not find string '",
929 find.ptr, "'. ***");
937 end_pos = pos + find.length;
954 sprintf( msg, "'%s' with '%s'. ***", find.ptr, replace.ptr);