Home
last modified time | relevance | path

Searched refs:ENCODING_ONLY_STRING (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DFontS.c2707 XmNlabelString, ENCODING_ONLY_STRING(fsw)); num_largs++; in CreateEncodingMenu()
2709 XmNoptionLabel, ENCODING_ONLY_STRING(fsw)); num_largs++; in CreateEncodingMenu()
3475 ENCODING_ONLY_STRING(fsw) = XmStringCopy(ENCODING_ONLY_STRING(fsw)); in Initialize()
3566 XmStringFree(ENCODING_ONLY_STRING(fsw)); in Destroy()
3718ENCODING_ONLY_STRING(old_fsw), ENCODING_ONLY_STRING(set_fsw)); if (reset) XtVaSetValues( XmFontS_o… in SetValues()
3780 …s[i].name, XmNencodingString)) *(XmString*)args[i].value = XmStringCopy(ENCODING_ONLY_STRING(fsw)); in GetValuesHook()
H A DFontSP.h110 #define ENCODING_ONLY_STRING(fsw) (XmFontS_strings((fsw)).encoding_only) macro