Lines Matching refs:yytext
2737 performAction: function anonymous(yytext, yyleng, yylineno, yy, yystate, $$, _$) { argument
3000 yytext = "",
3070 vstack.push(this.lexer.yytext);
3076 yytext = this.lexer.yytext;
3092 … r = this.performAction.call(yyval, yytext, yyleng, yylineno, this.yy, action[1], vstack, lstack);
3128 this.yytext = this.matched = this.match = '';
3137 this.yytext += ch;
3159 this.yytext = this.yytext.substr(0, this.yytext.length - len - 1);
3211 this.yytext = '';
3230 this.yytext += match[0];
3233 this.yyleng = this.yytext.length;
3277 return yy_.yytext = yy_.yytext.substring(start, yy_.yyleng - end + start);
3283 if (yy_.yytext.slice(-2) === "\\\\") {
3286 } else if (yy_.yytext.slice(-1) === "\\") {
3292 if (yy_.yytext) return 15;
3373 this.unput(yy_.yytext);
3408 yy_.yytext = strip(1, 2).replace(/\\"/g, '"');return 80;
3411 yy_.yytext = strip(1, 2).replace(/\\'/g, "'");return 80;
3441 yy_.yytext = yy_.yytext.replace(/\\([\\\]])/g, '$1');return 72;