Home
last modified time | relevance | path

Searched refs:State_End (Results 1 – 6 of 6) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/components/compiler/
H A Ddeclarationparser.cpp29 mState = State_End; in parseName()
32 else if (mState==State_End) in parseName()
66 else if (mState==State_End) in parseKeyword()
79 if (mState==State_End) in parseSpecial()
H A Ddeclarationparser.hpp14 State_Begin, State_Name, State_End enumerator
/dports/mail/libvmime/vmime-0.9.2/src/vmime/
H A DemailAddress.cpp188 State_End, in parseImpl() enumerator
369 state = State_End; in parseImpl()
424 state = State_End; in parseImpl()
450 state = State_End; in parseImpl()
503 case State_End: in parseImpl()
514 state = State_End; in parseImpl()
516 state = State_End; // allow not specifying domain part in parseImpl()
519 if (state != State_End) in parseImpl()
/dports/games/spellcast/spellcast/
H A Dxspell.h134 #define State_End (4) macro
H A Dxbutton.c176 else if (turnstate == State_End) {
H A Dmain.c178 turnstate = State_End;