Searched refs:ENCODING_ONLY_STRING (Results 1 – 2 of 2) sorted by relevance
2707 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()3718 …ENCODING_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()
110 #define ENCODING_ONLY_STRING(fsw) (XmFontS_strings((fsw)).encoding_only) macro