Searched refs:nextline (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/dsent/libutil/
H A DConfig.cc43 String nextline = ""; // might need to read ahead to see where value ends local
45 while(ist_ || nextline.length() > 0)
49 if(nextline.length() > 0)
51 line = nextline; // we read ahead; use it now
52 nextline = "";
89 //std::getline(ist_, nextline);
90 safeGetline(ist_, nextline);
93 String nlcopy = nextline;
97 nextline = nextline
[all...]

Completed in 2 milliseconds