Lines Matching refs:tem
142 NSString *tem;
150 tem = [infoDict objectForKey:@"CFBundleShortVersionString"];
152 [dict setObject:[NSString stringWithFormat:@"XQuartz %@", tem]
707 const char *tem = [(NSString *) value UTF8String];
708 if (strcasecmp(tem, "true") == 0 || strcasecmp(tem, "yes") == 0)
802 const char *tem;
829 tem = [self prefs_get_string:@PREFS_APPKIT_MODIFIERS default:NULL];
830 if (tem != NULL) darwinAppKitModMask = DarwinParseModifierList(tem, TRUE);
832 tem = [self prefs_get_string:@PREFS_WINDOW_ITEM_MODIFIERS default:NULL];
833 if (tem != NULL) {
834 windowItemModMask = DarwinParseModifierList(tem, FALSE);
840 tem = [nsstr UTF8String];
841 if ((tem != NULL) && strcmp(tem, "window item modifiers")) {
842 windowItemModMask = DarwinParseModifierList(tem, FALSE);
1009 char *tem, buf[1024];
1015 tem = getenv("HOME");
1016 if (tem == NULL) goto done;
1018 snprintf(buf, sizeof(buf), "%s/.xinitrc", tem);