Searched defs:find (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextPop.c793 sprintf( msg, "Could not find string '%s'.", text.ptr);
903 XawTextBlock find, replace; local
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
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextPop.c831 /* The Raw string in find.ptr may be WC I can't use here, so I re - call
837 char* fmt = "Could not find string \"%s\"";
844 strcpy (msg, "Could not find string.");
955 XawTextBlock find, replace; local
961 find.ptr = GetStringRaw( search->search_text);
962 if ((find.format = _XawTextFormat(ctx)) == XawFmtWide)
963 find.length = wcslen((wchar_t*)find.ptr);
965 find.length = strlen(find
[all...]

Completed in 33 milliseconds