Lines Matching refs:choice
242 typedef struct Choice Choice;243 struct Choice {244 Choice *prev;289 static Choice *choiceList = NULL;1101 Choice *choice = XtNew(Choice);1103 static Choice pChoice;1104 Choice *choice = &pChoice;1117 choice->prev = choiceList;1118 choice->value = val;1119 choiceList = choice;
Indexes created Wed Jul 01 00:25:26 UTC 2026