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

/xsrc/external/mit/libXft/dist/src/
H A Dxftfreetype.c808 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;
H A Dxftint.h153 XftFont *hash_next; /* fonts in this hash chain */ member in struct:_XftFontInt

Completed in 4 milliseconds