Searched refs:fontdirs (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dresrc.c153 struct fontdir *fontdirs; variable in typeref:struct:fontdir
155 /* Resource info to use for fontdirs. */
478 if (fontdirs != NULL)
918 for (pp = &fontdirs; *pp != NULL; pp = &(*pp)->next)
922 /* For the single fontdirs resource, we always use the resource
927 /* Define the fontdirs resource. This is called after the entire rc
942 r->u.fontdir = fontdirs;
H A Dresbin.c1683 res_to_bin_fontdir (const struct fontdir *fontdirs, int big_endian)
1697 for (fd = fontdirs; fd != NULL; fd = fd->next)
1682 res_to_bin_fontdir(const struct fontdir *fontdirs, int big_endian) argument

Completed in 129 milliseconds