HomeSort by: relevance | last modified time | path
    Searched refs:salt (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/src/
Text.c 914 ctx->text.salt = NULL;
1962 XawTextSelectionSalt *salt = NULL; local
2009 for (salt = ctx->text.salt; salt; salt = salt->next)
2010 if (MatchSelection(*selection, &salt->s))
2012 if (!salt)
2014 s = &salt->s
2189 XawTextSelectionSalt*salt, *prevSalt, *nextSalt; local
2257 XawTextSelectionSalt *salt; local
    [all...]
TextAction.c 953 XawTextSelectionSalt *salt = NULL; local
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->contents stores CT string
1156 XawTextSelectionSalt *salt, *prevSalt, *nextSalt; local
1247 XawTextSelectionSalt *salt; local
    [all...]
  /xsrc/external/mit/fontconfig/dist/src/
fccache.c 172 const FcChar8 *salt, *orig_dir = NULL; local
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 : "");
fccfg.c 621 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 ? (const char *)salt : "", salt ? ")" : "")
    [all...]
fcint.h 681 const FcChar8 *salt);
1288 FcStrSetAddFilenamePairWithSalt (FcStrSet *strs, const FcChar8 *d, const FcChar8 *m, const FcChar8 *salt);
fcstr.c 1466 FcStrSetAddFilenamePairWithSalt (FcStrSet *set, const FcChar8 *a, const FcChar8 *b, const FcChar8 *salt)
1490 ret = FcStrSetAddTriple (set, new_a, new_b, salt);
fcxml.c 2113 const FcChar8 *path, *attr, *data, *salt; local
2134 salt = FcConfigGetAttribute (parse, "salt");
2150 if (!FcConfigAddFontDir (parse->config, prefix, path, salt))
2309 const FcChar8 *attr, *data, *salt; local
2324 salt = FcConfigGetAttribute (parse, "salt");
2340 if (!FcConfigAddFontDir (parse->config, prefix, NULL, salt))
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TextP.h 194 XawTextSelectionSalt *salt; /* salted away selections */ member in struct:_TextPart
  /xsrc/external/mit/fontconfig/include/
fcint.h 698 const FcChar8 *salt);
1305 FcStrSetAddFilenamePairWithSalt (FcStrSet *strs, const FcChar8 *d, const FcChar8 *m, const FcChar8 *salt);

Completed in 21 milliseconds