Searched refs:yyunput (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/libs/spirit/example/lex/ |
D | word_count_functor_flex.cpp | 139 #define unput(c) yyunput( c, yytext_ptr ) 394 static void yyunput YY_PROTO(( int c, char *buf_ptr )); 985 static void yyunput( int c, register char *yy_bp ) in yyunput() function 987 static void yyunput( c, yy_bp ) in yyunput()
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | goomsl_lex.l | 93 int yywrap(void) { return 1; yyunput(0,0); }
|
/third_party/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 )
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | lex.priv_gst_parse_yy.c | 420 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | Tokenizer.cpp | 433 #define unput(c) yyunput(c, yyg->yytext_ptr, yyscanner)
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 563 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | preprocessor_lex_autogen.cpp | 435 #define unput(c) yyunput(c, yyg->yytext_ptr, yyscanner)
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 348 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_lex.cpp | 351 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner )
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_lex_autogen.cpp | 272 #define unput(c) yyunput(c, yyg->yytext_ptr, yyscanner)
|