Searched refs:yyunput (Results 1 – 14 of 14) sorted by relevance
/external/webkit/Tools/android/flex-2.5.4a/ |
D | FlexLexer.h | 124 void yyunput( int c, char* buf_ptr );
|
D | initscan.c | 136 #define unput(c) yyunput( c, yytext_ptr ) 1347 static void yyunput YY_PROTO(( int c, char *buf_ptr )); 3088 static void yyunput( int c, register char *yy_bp ) in yyunput() function 3090 static void yyunput( c, yy_bp ) in yyunput()
|
D | flex.skl | 142 #define unput(c) yyunput( c, yytext_ptr ) 315 static void yyunput YY_PROTO(( int c, char *buf_ptr )); 923 static void yyunput( int c, register char *yy_bp ) 925 static void yyunput( c, yy_bp ) 930 void yyFlexLexer::yyunput( int c, register char* yy_bp )
|
D | NEWS | 1033 - fixed bug writing past end of input buffer in yyunput()
|
/external/iproute2/tc/ |
D | emp_ematch.l | 34 static void __attribute__ ((unused)) yyunput (int c,char *buf_ptr );
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
D | initscan-mvs.c | 278 #define unput(c) yyunput( c, yytext ) 1265 static void yyunput YY_PROTO(( YY_CHAR c, YY_CHAR *buf_ptr )); 2387 static void yyunput( YY_CHAR c, register YY_CHAR *yy_bp ) in yyunput() function 2389 static void yyunput( c, yy_bp ) in yyunput()
|
/external/elfutils/libcpu/ |
D | i386_lex.c | 211 #define unput(c) yyunput( c, (yytext_ptr) ) 640 static void yyunput (int c,char *buf_ptr ); 1305 static void yyunput (int c, register char * yy_bp ) in yyunput() function
|
/external/elfutils/src/ |
D | ldlex.c | 212 #define unput(c) yyunput( c, (yytext_ptr) ) 1216 static void yyunput (int c,char *buf_ptr ); 2097 static void yyunput (int c, register char * yy_bp ) in yyunput() function
|
/external/libpcap/ |
D | scanner.c | 166 #define unput(c) yyunput( c, (yytext_ptr) ) 2525 static void yyunput (int c,char *buf_ptr ); 3777 static void yyunput (int c, register char * yy_bp ) in yyunput() function
|
/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 234 #define unput(c) yyunput( c, (yytext_ptr) )
|
/external/bison/src/ |
D | scan-skel.c | 253 #define unput(c) yyunput( c, (yytext_ptr) )
|
D | scan-code.c | 253 #define unput(c) yyunput( c, (yytext_ptr) )
|
D | scan-gram.c | 253 #define unput(c) yyunput( c, (yytext_ptr) )
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | glslang_lex.cpp | 215 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
|