Lines Matching refs:getline
125 getline( f, str );
128 getline( f, str );
137 getline(in, s);
181 getline( f, s );
184 getline( f, s );
592 while (getline(in, line)) {
871 basic_istream<_CharT, _Traits>::getline(_CharT* __s, streamsize __n, _CharT __delim)
890 // getline( f, s );
898 // getline( f, s );
899 f.getline( buf, 1 ); // <-- key line