Lines Matching refs:getline
143 getline( f, str );
146 getline( f, str );
155 getline(in, s);
199 getline( f, s );
202 getline( f, s );
610 while (getline(in, line)) {
889 basic_istream<_CharT, _Traits>::getline(_CharT* __s, streamsize __n, _CharT __delim)
908 // getline( f, s );
916 // getline( f, s );
917 f.getline( buf, 1 ); // <-- key line