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

  /xsrc/external/mit/libXft/dist/src/
xftfreetype.c 808 for (font = (XftFontInt *) *bucket; font; font = (XftFontInt *) font->hash_next)
985 font->hash_next = *bucket;
1169 prev = &(*(XftFontInt **) prev)->hash_next)
1173 *prev = font->hash_next;
xftint.h 153 XftFont *hash_next; /* fonts in this hash chain */ member in struct:_XftFontInt

Completed in 6 milliseconds