Lines Matching full:eol
424 if (wd.eol()) in read_file()
428 while (!(wd = get_word(fp)).eof() && !wd.eol()) in read_file()
434 if (wd.eof() || wd.eol()) in read_file()
439 while (!(wd = get_word(fp)).eof() && !wd.eol()) in read_file()
447 if (wd.eol()) in read_file()
471 for (wd = get_word(fp); !wd.eol(); wd = get_word(fp)) { in read_file()
510 if (wd.eof() || wd.eol()) in read_file()
518 if (wd.eof() || wd.eol()) in read_file()
526 if (wd.eof() || wd.eol()) in read_file()
534 if (wd.eof() || wd.eol()) in read_file()
542 if (wd.eof() || wd.eol()) in read_file()