Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp634 std::stack<bool> theIsWSBoundaryStack; member in zorba::TranslatorImpl
11959 theIsWSBoundaryStack.push(true); in begin_check_boundary_whitespace()
11975 bool lPrevIsBoundary = translator_ns::pop_stack (theIsWSBoundaryStack); in check_boundary_whitespace()
11983 theIsWSBoundaryStack.push(true); in check_boundary_whitespace()
11991 theIsWSBoundaryStack.push(false); in check_boundary_whitespace()
12010 theIsWSBoundaryStack.push(false); in check_boundary_whitespace()
12028 theIsWSBoundaryStack.pop(); in end_check_boundary_whitespace()