Searched refs:m_la (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Dparser.hpp134 token m_la; member in class:tools::parser::tokenizer
220 if (m_la) {
221 token t = m_la;
222 m_la = token();
242 m_la = token(m_lineno, m_nl_type, "<<NEWLINE>>");

Completed in 21 milliseconds