Searched refs:TOKfunc (Results 1 – 4 of 4) sorted by relevance
73 TOKfunc, enumerator
130 {L"func", TOKfunc}, in TEST()
98 {TOKfunc, 0xcdce60ec, L"func"},
80 expr = m_token->m_type == TOKfunc ? ParseFunction() : ParseExpression(); in ParseTopExpression()962 case TOKfunc: in ParseBlockExpression()