Lines Matching refs:CompareISOLatin1
258 static int CompareISOLatin1(const char *, const char *);
359 if ((CompareISOLatin1(str, "true") == 0)
360 || (CompareISOLatin1(str, "yes") == 0)
361 || (CompareISOLatin1(str, "on") == 0)
362 || (CompareISOLatin1(str, "1") == 0))
365 if ((CompareISOLatin1(str, "false") == 0)
366 || (CompareISOLatin1(str, "no") == 0)
367 || (CompareISOLatin1(str, "off") == 0)
368 || (CompareISOLatin1(str, "0") == 0))
408 if ((CompareISOLatin1(str, "true") == 0)
409 || (CompareISOLatin1(str, "yes") == 0)
410 || (CompareISOLatin1(str, "on") == 0)
411 || (CompareISOLatin1(str, "1") == 0))
414 if ((CompareISOLatin1(str, "false") == 0)
415 || (CompareISOLatin1(str, "no") == 0)
416 || (CompareISOLatin1(str, "off") == 0)
417 || (CompareISOLatin1(str, "0") == 0))
489 if (CompareISOLatin1(str, XtDefaultBackground) == 0) {
498 if (CompareISOLatin1(str, XtDefaultForeground) == 0) {
864 if (CompareISOLatin1((String) fromVal->addr, XtDefaultFont) != 0) {
979 if (CompareISOLatin1((String) fromVal->addr, XtDefaultFontSet) != 0) {
1126 if (CompareISOLatin1((String) fromVal->addr, XtDefaultFont) != 0) {
1388 CompareISOLatin1(const char *first, const char *second)
1456 if (CompareISOLatin1(str, "NormalState") == 0)
1459 if (CompareISOLatin1(str, "IconicState") == 0)
1501 if (CompareISOLatin1(str, "StaticGray") == 0)
1503 else if (CompareISOLatin1(str, "StaticColor") == 0)
1505 else if (CompareISOLatin1(str, "TrueColor") == 0)
1507 else if (CompareISOLatin1(str, "GrayScale") == 0)
1509 else if (CompareISOLatin1(str, "PseudoColor") == 0)
1511 else if (CompareISOLatin1(str, "DirectColor") == 0)
1582 if (CompareISOLatin1(str, "XtCurrentDirectory") == 0) {
1642 if (CompareISOLatin1(str, "RestartIfRunning") == 0)
1645 if (CompareISOLatin1(str, "RestartAnyway") == 0)
1648 if (CompareISOLatin1(str, "RestartImmediately") == 0)
1651 if (CompareISOLatin1(str, "RestartNever") == 0)