Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/tools/
H A Dparser.hpp142 char m_quotech; member in tools::parser::tokenizer
180 m_quotech(-1) in tokenizer()
212 m_quotech = ch; in add_quote()
234 if (ch == m_quotech) { in next()
246 } else if (ch == m_quotech) in next()