Searched refs:TOKendif (Results 1 – 4 of 4) sorted by relevance
71 TOKendif, enumerator
75 {TOKendif, "endif"},
134 {L"endif", TOKendif}, in TEST()
82 m_token.m_type == TOKendif || m_token.m_type == TOKelseif || in ParseExpressionList()983 if (!CheckThenNext(TOKendif)) in ParseIfExpression()