Home
last modified time | relevance | path

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

/external/iproute2/tc/
Demp_ematch.l34 static void __attribute__ ((unused)) yyunput (int c,char *buf_ptr );
Demp_ematch.lex.c202 #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/
Dlex.zconf.c_shipped178 #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/
DTokenizer.cpp563 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
/external/libpcap/
Dscanner.c222 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp348 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
/external/one-true-awk/
DFIXES773 deleted yyunput and yyoutput from proto.h;