Searched defs:get_line (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dfilebuff.cpp75 //------------------------------get_line----------------------------------------
76 char *FileBuff::get_line(void) { function in class:FileBuff
245 char *s = _bfr->get_line();
254 char *s2 = _bfr->get_line(); // Start of line 2
263 s3 = _bfr->get_line(); // Start of line 3 (read)
266 s2 = _bfr->get_line();
268 s3 = _bfr->get_line();
280 s2 = _bfr->get_line(); // Get next line from end of this line

Completed in 57 milliseconds