Lines Matching refs:yywrap
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'
2010 `yywrap()' upon an end-of-file, but simply assume that there are
2552 If `input()' encounters an end-of-file the normal `yywrap()'