Home | History | Annotate | Download | only in doc

Lines Matching full:yyin

7018        if (!(yyin = fopen (file.c_str (), "r")))
7025 fclose (yyin);
7126 yyin = fopen (file, "r");
7127 if (!yyin)
7131 if (fclose (yyin) != 0)
7158 Therefore, whenever you change `yyin', you must tell the
7162 `YY_FLUSH_BUFFER' after each change to `yyin'. If your Flex-generated