Searched refs:salt (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DText.c914 ctx->text.salt = NULL;
1962 XawTextSelectionSalt *salt = NULL; local in function:TextConvertSelection
2009 for (salt = ctx->text.salt; salt; salt = salt->next)
2010 if (MatchSelection(*selection, &salt->s))
2012 if (!salt)
2014 s = &salt
2189 XawTextSelectionSalt*salt, *prevSalt, *nextSalt; local in function:TextLoseSelection
2257 XawTextSelectionSalt *salt; local in function:_XawTextSaltAwaySelection
[all...]
H A DTextAction.c953 XawTextSelectionSalt *salt = NULL; local in function:ConvertSelection
996 for (salt = ctx->text.salt2; salt; salt = salt->next)
997 if (MatchSelection (*selection, &salt->s))
999 if (!salt)
1001 s = &salt->s;
1016 * If salt is True, the salt
1156 XawTextSelectionSalt *salt, *prevSalt, *nextSalt; local in function:_LoseSelection
1247 XawTextSelectionSalt *salt; local in function:_DeleteOrKill
[all...]
/xsrc/external/mit/fontconfig/dist/src/
H A Dfccache.c172 const FcChar8 *salt, *orig_dir = NULL; local in function:FcDirCacheBasenameMD5
174 salt = FcConfigMapSalt (config, dir);
187 if (salt)
190 size_t sl = strlen ((const char *) salt);
194 memcpy (key + dl, salt, sl + 1);
219 printf ("cache: %s (dir: %s%s%s%s%s%s)\n", cache_base, orig_dir ? orig_dir : dir, mapped_dir ? " (mapped to " : "", mapped_dir ? (char *)mapped_dir : "", mapped_dir ? ")" : "", salt ? ", salt: " : "", salt ? (char *)salt : "");
H A Dfccfg.c621 const FcChar8 *salt)
627 printf ("%s -> %s%s%s%s\n", d, m, salt ? " (salt: " : "", salt ? (const char *)salt : "", salt ? ")" : "");
629 else if (salt)
631 printf ("%s%s%s%s\n", d, salt ? " (salt: " : "", salt
618 FcConfigAddFontDir(FcConfig * config,const FcChar8 * d,const FcChar8 * m,const FcChar8 * salt) argument
[all...]
H A Dfcint.h681 const FcChar8 *salt);
1288 FcStrSetAddFilenamePairWithSalt (FcStrSet *strs, const FcChar8 *d, const FcChar8 *m, const FcChar8 *salt);
H A Dfcstr.c1466 FcStrSetAddFilenamePairWithSalt (FcStrSet *set, const FcChar8 *a, const FcChar8 *b, const FcChar8 *salt) argument
1490 ret = FcStrSetAddTriple (set, new_a, new_b, salt);
H A Dfcxml.c2113 const FcChar8 *path, *attr, *data, *salt; local in function:FcParseRemapDir
2134 salt = FcConfigGetAttribute (parse, "salt");
2150 if (!FcConfigAddFontDir (parse->config, prefix, path, salt))
2309 const FcChar8 *attr, *data, *salt; local in function:FcParseDir
2324 salt = FcConfigGetAttribute (parse, "salt");
2340 if (!FcConfigAddFontDir (parse->config, prefix, NULL, salt))
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTextP.h194 XawTextSelectionSalt *salt; /* salted away selections */ member in struct:_TextPart
/xsrc/external/mit/fontconfig/include/
H A Dfcint.h698 const FcChar8 *salt);
1305 FcStrSetAddFilenamePairWithSalt (FcStrSet *strs, const FcChar8 *d, const FcChar8 *m, const FcChar8 *salt);

Completed in 21 milliseconds