Home
last modified time | relevance | path

Searched refs:yyunput (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
DFlexLexer.h124 void yyunput( int c, char* buf_ptr );
Dinitscan.c136 #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()
Dflex.skl142 #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 )
DNEWS1033 - fixed bug writing past end of input buffer in yyunput()
/external/iproute2/tc/
Demp_ematch.l34 static void __attribute__ ((unused)) yyunput (int c,char *buf_ptr );
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
Dinitscan-mvs.c278 #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/
Di386_lex.c211 #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/
Dldlex.c212 #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/
Dscanner.c166 #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++/
Dcalc++-scanner.cc234 #define unput(c) yyunput( c, (yytext_ptr) )
/external/bison/src/
Dscan-skel.c253 #define unput(c) yyunput( c, (yytext_ptr) )
Dscan-code.c253 #define unput(c) yyunput( c, (yytext_ptr) )
Dscan-gram.c253 #define unput(c) yyunput( c, (yytext_ptr) )
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_lex.cpp215 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )