Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_lexer.h52 TOKeof, enumerator
Dxfa_fmparse.cpp55 if (m_pToken->m_type == TOKeof || m_pToken->m_type == TOKendfunc || in ParseTopExpression()
557 } else if (m_pToken->m_type == TOKeof || in ParsePostExpression()
603 } else if (m_pToken->m_type == TOKeof || in ParsePostExpression()
800 case TOKeof: in ParseBlockExpression()
859 case TOKeof: in ParseIfExpression()
Dxfa_lexer.cpp121 {TOKeof, 0x0a63195a, L"eof"},
191 p->m_type = TOKeof; in Scan()