/system/core/sh/ |
arith_lex.c | 157 /* Undo effects of setting up yytext. */ \ 163 YY_DO_BEFORE_ACTION; /* set up yytext again */ \ 264 /* yy_hold_char holds the character lost when yytext is formed. */ 340 extern char *yytext; 341 #define yytext_ptr yytext 349 * corresponding action - sets up yytext. 467 char *yytext; variable 583 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout ) 653 /* Code executed at the beginning of each rule, after yytext and yyleng 710 /* Support of yytext. * [all...] |
init.c | 208 #define yytext_ptr yytext 230 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout ) 500 #define yytext_ptr yytext 522 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout ) 790 #define yytext_ptr yytext 812 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
|
/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/ |
handlebars-1.0.0.beta.6.js | 108 performAction: function anonymous(yytext,yyleng,yylineno,yy,yystate,$$,_$) { 200 var self = this, stack = [0], vstack = [null], lstack = [], table = this.table, yytext = "", yylineno = 0, yyleng = 0, recovering = 0, TERROR = 2, EOF = 1; 255 vstack.push(this.lexer.yytext); 261 yytext = this.lexer.yytext; 275 r = this.performAction.call(yyval, yytext, yyleng, yylineno, this.yy, action[1], vstack, lstack); 311 this.yytext = this.matched = this.match = ''; 318 this.yytext+=ch; 362 this.yytext = ''; 375 this.yytext += match[0] [all...] |
/external/chromium_org/third_party/angle/src/compiler/ |
glslang_lex.cpp | 155 #define yytext yyg->yytext_r macro 215 if ( yytext[yyl] == '\n' )\ 223 /* Undo effects of setting up yytext. */ \ 229 YY_DO_BEFORE_ACTION; /* set up yytext again */ \ 378 * corresponding action - sets up yytext. [all...] |
/external/checkpolicy/ |
policy_scan.l | 59 \n.* { strncpy(linebuf[lno], yytext+1, 255); 248 #line[ ]1[ ]\"[^\n]*\" { set_source_file(yytext+9); } 249 #line[ ]{digit}+ { source_lineno = atoi(yytext+6)-1; } 270 "*" { return(yytext[0]); } 282 yytext, 298 yytext,
|
/external/bison/src/ |
scan-skel.c | 26 #define yytext skel_text macro [all...] |
scan-code.c | 26 #define yytext code_text macro [all...] |
scan-gram.c | 26 #define yytext gram_text macro [all...] |
/external/elfutils/libcpu/ |
i386_lex.c | 21 #define yytext i386_text macro [all...] |
/external/elfutils/src/ |
ldlex.c | 22 #define yytext ldtext macro [all...] |
/external/elfutils/ |
configure | [all...] |
/external/bison/ |
configure | [all...] |
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |