Home
last modified time | relevance | path

Searched refs:MaxUserID (Results 1 – 3 of 3) sorted by relevance

/dports/misc/estic/estic-1.61_10/spunk/
H A Ditemwin.cc60 PRECONDITION (aID <= MaxUserID && aID > 0); in WindowItem()
1146 PRECONDITION (aID > 0 && aID <= MaxUserID); in ItemWithID()
H A Ditemwin.h41 const i16 MaxUserID = 0x7FFD; variable
H A Dmenue.cc498 const int AltNextKeyCode = MaxUserID + 1; in GetChoice()
499 const int AltPrevKeyCode = MaxUserID + 2; in GetChoice()