Lines Matching refs:yyin
47 statically initialize yyin and yyout to stdin and stdout.
173 stdinit if unset ("%option nostdinit"), initialize yyin
377 reassigns yyin to new_in (if non-nil) and yyout to new_out
378 (ditto), deleting the previous input buffer if yyin is
498 to not need yyin.
595 - Fixed bug in pointing yyin at a new file and resuming scanning.
752 point yyin at the new file and continue scanning.
755 to indicate you wish to continue scanning. Simply point yyin
797 - You can use "yyrestart(yyin)" to throw away the
984 - flex initializes the global "yyin" on the first call to the
994 "yyrestart( yyin );". This is useful for interactive scanners
1090 - yyrestart() no longer closes the previous value of yyin.