Searched refs:ONE_E (Results 1 – 1 of 1) sorted by relevance
118 typedef enum {ZERO_E, ONE_E, TWO_E, THREE_E, FOUR_E} encount ; enumerator119 static encount encounts[5] = {ZERO_E, ONE_E, TWO_E, THREE_E, FOUR_E} ;