DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(flex.info.gz) How do I skip huge chunks of input (tens of megabytes) while using flex?

Info Catalog (flex.info.gz) Does flex support recursive pattern definitions? (flex.info.gz) FAQ (flex.info.gz) Flex is not matching my patterns in the same order that I defined them
 
 How do I skip huge chunks of input (tens of megabytes) while using flex?
 ========================================================================
 
 Use `fseek()' (or `lseek()') to position yyin, then call `yyrestart()'.
 
Info Catalog (flex.info.gz) Does flex support recursive pattern definitions? (flex.info.gz) FAQ (flex.info.gz) Flex is not matching my patterns in the same order that I defined them
automatically generated byinfo2html