Searched defs:ENTERED (Results 1 – 5 of 5) sorted by relevance
44 const int ENTERED = 1; field
44 const int ENTERED = (1 << 0) /* 1 */; field
99 const int ENTERED = 1 << 0; field