Lines Matching refs:yytext
278 performAction: function(yytext, yyleng, yylineno, yy, yystate, $$, _$) { argument
459 …this, stack = [ 0 ], vstack = [ null ], lstack = [], table = this.table, yytext = "", yylineno = 0…
487 … stack.push(symbol), vstack.push(lexer.yytext), lstack.push(lexer.yylloc), stack.push(action[1]),
489 …yytext = lexer.yytext, yylineno = lexer.yylineno, yyloc = lexer.yylloc, recovering > 0 && recoveri…
500 …r = this.performAction.apply(yyval, [ yytext, yyleng, yylineno, sharedState.yy, action[1], vstack,…
524 …this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack…
535 … this.yytext += ch, this.yyleng++, this.offset++, this.match += ch, this.matched += ch;
544 … this._input = ch + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - len),
557 this.yyleng = this.yytext.length, this;
602 yytext: this.yytext,
619 …}, this.yytext += match[0], this.match += match[0], this.matches = match, this.yyleng = this.yytex…
636 this._more || (this.yytext = "", this.match = "");