Lines Matching refs:lxr
16 static t010lexer *lxr; variable
50 if (lxr == NULL) in testValid()
51 lxr = new t010lexer(input); in testValid()
53 lxr->setCharStream(input); in testValid()
66 t010lexerTraits::CommonTokenType *token = lxr->nextToken(); in testValid()
79 delete lxr; lxr = NULL; in testValid()
90 if (lxr == NULL) in testMalformedInput()
91 lxr = new t010lexer(input); in testMalformedInput()
93 lxr->setCharStream(input); in testMalformedInput()
98 token = lxr->nextToken(); in testMalformedInput()
100 token = lxr->nextToken(); in testMalformedInput()
108 delete lxr; lxr = NULL; in testMalformedInput()