Searched refs:yyunput (Results 1 – 7 of 7) sorted by relevance
/external/iproute2/tc/ |
D | emp_ematch.l | 34 static void __attribute__ ((unused)) yyunput (int c,char *buf_ptr );
|
D | emp_ematch.lex.c | 202 #define unput(c) yyunput( c, (yytext_ptr) ) 543 static void __attribute__ ((unused)) yyunput (int c,char *buf_ptr ); 636 static void yyunput (int c,char *buf_ptr ); 1350 static void yyunput (int c, char * yy_bp ) in yyunput() function
|
/external/toybox/kconfig/ |
D | lex.zconf.c_shipped | 178 #define unput(c) yyunput( c, (yytext_ptr) ) 849 static void yyunput (int c,char *buf_ptr ); 1579 static void yyunput (int c, register char * yy_bp )
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 563 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
|
/external/libpcap/ |
D | scanner.c | 222 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 348 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
|
/external/one-true-awk/ |
D | FIXES | 773 deleted yyunput and yyoutput from proto.h;
|