Home
last modified time | relevance | path

Searched refs:yywrap (Results 1 – 25 of 25) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/MISC/Amiga/
Dlibyywrap.ch5 int yywrap()
7 int yywrap(void)
/external/webkit/Tools/android/flex-2.5.4a/
Dlibyywrap.c5 int yywrap() in yywrap() function
Dinitscan.c1340 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
Dflex.skl237 /* 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
Dscan.l653 int yywrap()
DNEWS181 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
Dflexdef.h993 extern int yywrap PROTO((void));
/external/bluetooth/bluez/tools/
Dlexer.c533 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
Dlexer.l117 int yywrap(void)
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
Dinitscan-mvs.c127 #define yywrap() 1 macro
199 #undef yywrap
2172 if ( yywrap() )
2462 if ( yywrap() ) in yyinput()
2638 int yywrap() in yywrap() function
Ddiffs352 #undef yywrap
360 #undef yywrap
738 #undef yywrap
752 #undef yywrap
/external/elfutils/src/
Dldlex.c286 #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/
Dglslang_lex.cpp350 #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/
Dtraces.0224 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"])
Doutput.04914 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/
Dflex.man1071 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/
Dflex.info931 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 …]
Dflex.texi1123 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/
Dscanner.l391 yywrap() in yywrap() function
/external/elfutils/
Dconfig.log225 configure:4914: checking for yywrap in -lfl
Dconfigure4914 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/
Dconfigure6123 char yywrap ();
6127 yywrap ();
6189 char yywrap ();
6193 yywrap ();
Dconfig.log441 configure:6103: checking for yywrap in -lfl
/external/bison/doc/
Dbison.texinfo7596 # undef yywrap
7597 # define yywrap() 1
7608 @code{yywrap}, we don't need @code{unput} either, and we parse an
Dbison.info6948 # undef yywrap
6949 # define yywrap() 1
6957 Because there is no `#include'-like feature we don't need `yywrap', we