Searched refs:yyunput (Results 1 - 13 of 13) sorted by relevance

/external/iproute2/tc/
H A Demp_ematch.l34 static void __attribute__ ((unused)) yyunput (int c,char *buf_ptr );
/external/webkit/Tools/android/flex-2.5.4a/
H A DFlexLexer.h124 void yyunput( int c, char* buf_ptr );
H A 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 )
H A 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 ) function
3090 static void yyunput( c, yy_bp )
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
H A 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 ) function
2389 static void yyunput( c, yy_bp )
/external/elfutils/libcpu/
H A 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 ) function
/external/elfutils/src/
H A 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 ) function
/external/libpcap/
H A 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 ) function
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.c193 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
818 static void yyunput (int c,char *buf_ptr ,yyscan_t yyscanner);
1775 static void yyunput (int c, register char * yy_bp , yyscan_t yyscanner) function
/external/bison/src/
H A Dscan-skel.c207 #define unput(c) yyunput( c, (yytext_ptr) )
H A Dscan-gram.c207 #define unput(c) yyunput( c, (yytext_ptr) )
/external/mesa3d/src/glsl/
H A Dglsl_lexer.cpp193 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_lex.cpp215 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )

Completed in 122 milliseconds