Searched refs:unput (Results 1 - 15 of 15) sorted by relevance
/external/webkit/Tools/android/flex-2.5.4a/ |
H A D | scan.l | 57 unput((str)[i]) 260 unput ACTION_IFDEF("YY_NO_UNPUT", ! option_sense); 382 unput( '\n' ); /* so <ACTION> sees it */ 462 unput(')'); 464 unput('(');
|
H A D | initscan.c | 136 #define unput(c) yyunput( c, yytext_ptr ) macro 1300 unput((str)[i]) 2226 unput( '\n' ); /* so <ACTION> sees it */ 2319 unput(')'); 2321 unput('(');
|
H A D | flex.skl | 142 #define unput(c) yyunput( c, yytext_ptr )
|
/external/mesa3d/src/glsl/glcpp/ |
H A D | glcpp-lex.l | 315 unput('.');
|
H A D | glcpp-lex.c | 193 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro 1465 unput('.');
|
/external/elfutils/src/ |
H A D | ldlex.l | 319 unput (c);
|
H A D | ldlex.c | 212 #define unput(c) yyunput( c, (yytext_ptr) ) macro 2890 unput (c);
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
H A D | initscan-mvs.c | 221 unput((str)[i]) 278 #define unput(c) yyunput( c, yytext ) macro 1800 unput(')'); 1802 unput('(');
|
/external/bison/src/ |
H A D | scan-skel.c | 207 #define unput(c) yyunput( c, (yytext_ptr) ) macro
|
H A D | scan-gram.c | 207 #define unput(c) yyunput( c, (yytext_ptr) ) macro
|
/external/elfutils/libcpu/ |
H A D | i386_lex.c | 211 #define unput(c) yyunput( c, (yytext_ptr) ) macro
|
/external/libpcap/ |
H A D | scanner.c | 166 #define unput(c) yyunput( c, (yytext_ptr) ) macro
|
/external/mesa3d/src/glsl/ |
H A D | glsl_lexer.cpp | 193 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
H A D | glslang_lex.cpp | 215 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
|
/external/elfutils/ |
H A D | configure | 3817 f { unput (yytext[0]); }
|
Completed in 1861 milliseconds