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

/xsrc/external/mit/xfontsel/dist/
H A Dxfontsel.c242 typedef struct Choice Choice; typedef in typeref:struct:Choice
243 struct Choice { struct
244 Choice *prev;
289 static Choice *choiceList = NULL;
1101 Choice *choice = XtNew(Choice);
1103 static Choice pChoice;
1104 Choice *choice = &pChoice;

Completed in 4 milliseconds