Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_lexer.h46 TOKeof, enumerator
Dxfa_fmparse.cpp64 if (m_pToken->m_type == TOKeof) { in ParseTopExpression()
589 } else if (m_pToken->m_type == TOKeof) { in ParsePostExpression()
644 } else if (m_pToken->m_type == TOKeof) { in ParsePostExpression()
862 case TOKeof: in ParseBlockExpression()
938 case TOKeof: in ParseIfExpression()
Dxfa_lexer.cpp117 {TOKeof, 0x0a63195a, L"eof"},
201 p->m_type = TOKeof; in Scan()