/external/webkit/Tools/android/flex-2.5.4a/MISC/Amiga/ |
D | libyywrap.ch | 5 int yywrap() 7 int yywrap(void)
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | libyywrap.c | 5 int yywrap() in yywrap() function
|
D | initscan.c | 1340 extern "C" int yywrap YY_PROTO(( void )); 1342 extern int yywrap YY_PROTO(( void )); 2826 if ( yywrap() ) 3176 if ( yywrap() ) in yyinput() 3640 int yywrap() in yywrap() function
|
D | flex.skl | 237 /* Flag which is used to allow yywrap()'s to do buffer switches 307 extern "C" int yywrap YY_PROTO(( void )); 309 extern int yywrap YY_PROTO(( void )); 593 if ( yywrap() ) 1021 if ( yywrap() ) 1095 * EOF (yywrap()) processing, but the only time this flag 1096 * is looked at is after yywrap() is called, so it's safe
|
D | scan.l | 653 int yywrap()
|
D | NEWS | 181 yywrap if unset ("%option noyywrap"), scanner does not 182 call yywrap() upon EOF but simply assumes there 553 its own yywrap() and main() functions. (This change will cause 681 - yywrap() is now a function, and you now *must* link flex scanners 987 - yy_switch_to_buffer() can be used in the yywrap() macro/routine. 1097 in the future (in particular, yywrap() will probably cease 1165 encountered and yywrap() returns non-zero (i.e., indicates 1205 that is, one for which yywrap() returned non-zero). It takes
|
D | flexdef.h | 993 extern int yywrap PROTO((void));
|
/external/bluetooth/bluez/tools/ |
D | lexer.c | 533 extern "C" int yywrap (void ); 535 extern int yywrap (void ); 904 if ( yywrap( ) ) 1194 if ( yywrap( ) ) in yyinput() 1759 int yywrap(void) in yywrap() function
|
D | lexer.l | 117 int yywrap(void)
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
D | initscan-mvs.c | 127 #define yywrap() 1 macro 199 #undef yywrap 2172 if ( yywrap() ) 2462 if ( yywrap() ) in yyinput() 2638 int yywrap() in yywrap() function
|
D | diffs | 352 #undef yywrap 360 #undef yywrap 738 #undef yywrap 752 #undef yywrap
|
/external/elfutils/src/ |
D | ldlex.c | 286 #define yywrap() 1 macro 1068 extern "C" int yywrap YY_PROTO(( void )); 1070 extern int yywrap YY_PROTO(( void )); 1703 if ( yywrap() ) 2050 if ( yywrap() ) in yyinput()
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | glslang_lex.cpp | 350 #define yywrap(n) 1 macro 872 extern "C" int yywrap (yyscan_t yyscanner ); 874 extern int yywrap (yyscan_t yyscanner ); 1771 if ( yywrap(yyscanner ) ) 2073 if ( yywrap(yyscanner ) ) in yyinput()
|
/external/elfutils/autom4te.cache/ |
D | traces.0 | 224 m4trace:configure.ac:58: -1- AC_CHECK_LIB([fl], [yywrap], [LEXLIB="-lfl"], [AC_CHECK_LIB(l, yywrap,… 225 m4trace:configure.ac:58: -1- AC_CHECK_LIB([l], [yywrap], [LEXLIB="-ll"])
|
D | output.0 | 4914 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5 4915 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6 4934 char yywrap (); 4938 yywrap (); 4980 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5 4981 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6 5000 char yywrap (); 5004 yywrap ();
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | flex.man | 1071 YY_INPUT, it then checks the yywrap() function. If yywrap() 1079 If you do not supply your own version of yywrap(), then you 1081 behaves as though yywrap() returned 1), or you must link 1545 may be used by yywrap() to set things up for continued scan- 1548 yy_switch_to_buffer() or yywrap() does not change the start 1693 taken when an end-of-file is encountered and yywrap() 2339 yywrap 2341 (If you are using a C++ scanner, then only yywrap and 2349 using this option also renames yywrap(), so you now 2470 yywrap [all …]
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 931 it then checks the `yywrap()' function. If `yywrap()' returns false 938 If you do not supply your own version of `yywrap()', then you must 940 though `yywrap()' returned 1), or you must link with `-lfl' to obtain 1298 `yywrap()' to set things up for continued scanning, instead of opening 1300 sources via either `yy_switch_to_buffer()' or `yywrap()' does *not* 1417 when an end-of-file is encountered and yywrap() returns non-zero (i.e., 1915 yywrap 1917 (If you are using a C++ scanner, then only `yywrap' and 1924 also renames `yywrap()', so you now *must* either provide your own 2008 `yywrap' [all …]
|
D | flex.texi | 1123 YY_INPUT, it then checks the @samp{yywrap()} function. If 1124 @samp{yywrap()} returns false (zero), then it is assumed that the 1131 If you do not supply your own version of @samp{yywrap()}, then you 1133 behaves as though @samp{yywrap()} returned 1), or you must link with 1547 @samp{yy_switch_to_buffer()} may be used by @samp{yywrap()} to set 1550 input sources via either @samp{yy_switch_to_buffer()} or @samp{yywrap()} 1681 be taken when an end-of-file is encountered and yywrap() 2271 yywrap 2274 (If you are using a C++ scanner, then only @code{yywrap} 2283 @samp{yywrap()}, so you now @emph{must} either provide your own [all …]
|
/external/libpcap/ |
D | scanner.l | 391 yywrap() in yywrap() function
|
/external/elfutils/ |
D | config.log | 225 configure:4914: checking for yywrap in -lfl
|
D | configure | 4914 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5 4915 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6 5000 char yywrap (); 5004 yywrap ();
|
/external/bison/ |
D | configure | 6123 char yywrap (); 6127 yywrap (); 6189 char yywrap (); 6193 yywrap ();
|
D | config.log | 441 configure:6103: checking for yywrap in -lfl
|
/external/bison/doc/ |
D | bison.texinfo | 7596 # undef yywrap 7597 # define yywrap() 1 7608 @code{yywrap}, we don't need @code{unput} either, and we parse an
|
D | bison.info | 6948 # undef yywrap 6949 # define yywrap() 1 6957 Because there is no `#include'-like feature we don't need `yywrap', we
|