Searched refs:yyunput (Results 1 – 12 of 12) sorted by relevance
/external/iproute2/tc/ |
D | emp_ematch.l | 34 static void __attribute__ ((unused)) yyunput (int c,char *buf_ptr );
|
/external/fio/exp/ |
D | expression-parser.l | 42 static void __attribute__((unused)) yyunput(int c, char *buf_ptr);
|
/external/skia/src/sksl/ |
D | lex.layout.c | 220 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) 705 static void yyunput (int c,char *buf_ptr ,yyscan_t yyscanner); 1388 static void yyunput (int c, char * yy_bp , yyscan_t yyscanner) in yyunput() function
|
D | lex.sksl.c | 220 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) 771 static void yyunput (int c,char *buf_ptr ,yyscan_t yyscanner); 1831 static void yyunput (int c, char * yy_bp , yyscan_t yyscanner) 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/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/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 225 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
|
/external/libpcap/ |
D | scanner.c | 215 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 256 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
|