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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextP.h107 * The element "contents" stores the CT string which is gotten in the
110 char *contents; member in struct:_XawTextSelectionSalt
H A DTextAction.c702 * If salt is True, the salt->contents stores CT string,
726 strcpy (*value, salt->contents);
849 XtFree (salt->contents);
885 salt->contents = (char *)_XawTextGetSTRING(ctx, from, to);
889 (wchar_t**)(&(salt->contents)), 1, XCompoundTextStyle,
891 XtFree(salt->contents);
895 XtFree(salt->contents);
896 salt->contents = (char *)textprop.value;
899 salt->length = strlen (salt->contents);
1710 "insert-string()'s parameter contents no
[all...]
H A DText.c1580 * If salt is True, the salt->contents stores CT string,
1604 strcpy (*value, salt->contents);
1779 XtFree (salt->contents);
1818 salt->contents = _XawTextGetSTRING(ctx, ctx->text.s.left, ctx->text.s.right);
1822 (wchar_t**)(&(salt->contents)), 1, XCompoundTextStyle,
1824 XtFree(salt->contents);
1828 XtFree(salt->contents);
1829 salt->contents = (char *)textprop.value;
1832 salt->length = strlen (salt->contents);
/solaris-x11-s11/open-src/common/
H A DMakefile.inc881 contents="$${license_desc}," ; \
883 contents="technology" ; \
885 print "This package may include $${contents} which may be subject to one or more of the following notices:\n" | fmt >> $@ ; \

Completed in 285 milliseconds