Home
last modified time | relevance | path

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

/haiku/src/bin/rc/
H A Dlexer.l59 static std::stack<include_t> include_stack; variable
180 <<EOF>> { if (include_stack.empty())
228 include_stack.push(incl);
249 include_t incl = include_stack.top();
250 include_stack.pop();
276 while (!include_stack.empty()) {