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

/xsrc/external/mit/libXft/dist/src/
H A Dxftdpy.c27 _X_HIDDEN XftDisplayInfo *_XftDisplayInfo; variable in typeref:typename:_X_HIDDEN XftDisplayInfo *
53 for (prev = &_XftDisplayInfo; (info = *prev); prev = &(*prev)->next)
72 for (prev = &_XftDisplayInfo; (info = *prev); prev = &(*prev)->next)
79 if (prev != &_XftDisplayInfo)
82 info->next = _XftDisplayInfo;
83 _XftDisplayInfo = info;
167 info->next = _XftDisplayInfo;
168 _XftDisplayInfo = info;
H A Dxftint.h241 typedef struct _XftDisplayInfo { struct
242 struct _XftDisplayInfo *next;
274 extern XftDisplayInfo *_XftDisplayInfo;

Completed in 4 milliseconds