Searched refs:inputStack (Results 1 – 4 of 4) sorted by relevance
232 inputStack.push_back(in); in pushInput()237 inputStack.back()->notifyDeleted(); in popInput()238 delete inputStack.back(); in popInput()239 inputStack.pop_back(); in popInput()311 while (! inputStack.empty()) { in scanToken()312 token = inputStack.back()->scan(ppToken); in scanToken()313 if (token != EndOfInput || inputStack.empty()) in scanToken()320 int getChar() { return inputStack.back()->getch(); } in getChar()321 void ungetChar() { inputStack.back()->ungetch(); } in ungetChar()322 bool peekPasting() { return !inputStack.empty() && inputStack.back()->peekPasting(); } in peekPasting()[all …]
105 while (! inputStack.empty()) in ~TPpContext()111 assert(inputStack.size() == 0); in setInput()
984 if (inputStack.empty()) in scanHeaderName()990 int ch = inputStack.back()->getch(); in scanHeaderName()
341 xmlRegInputTokenPtr inputStack;/* when operating on strings */ member3082 if (exec->inputStack != NULL) { in xmlFARegDebugExec()3087 exec->inputStack[exec->inputStackNr - (i + 1)].value); in xmlFARegDebugExec()3211 exec->inputStack = NULL; in xmlFARegExec()3558 exec->inputStack = NULL; in xmlRegNewExecCtxt()3588 if (exec->inputStack != NULL) { in xmlRegFreeExecCtxt()3592 if (exec->inputStack[i].value != NULL) in xmlRegFreeExecCtxt()3593 xmlFree(exec->inputStack[i].value); in xmlRegFreeExecCtxt()3595 xmlFree(exec->inputStack); in xmlRegFreeExecCtxt()3610 exec->inputStack = (xmlRegInputTokenPtr) in xmlFARegExecSaveInputString()[all …]