DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(flex.info.gz) How do I abandon a file in the middle of a scan and switch to a new file?

Info Catalog (flex.info.gz) How can I use more than 8192 rules? (flex.info.gz) FAQ (flex.info.gz) How do I execute code only during initialization (only before the first scan)?
 
 How do I abandon a file in the middle of a scan and switch to a new file?
 =========================================================================
 
 Just call `yyrestart(newfile)'. Be sure to reset the start state if you
 want a "fresh start, since `yyrestart' does NOT reset the start state
 back to `INITIAL'.
 
Info Catalog (flex.info.gz) How can I use more than 8192 rules? (flex.info.gz) FAQ (flex.info.gz) How do I execute code only during initialization (only before the first scan)?
automatically generated byinfo2html