Searched refs:buf_cin_sync (Results 1 – 3 of 3) sorted by relevance
48 extern stdio_sync_filebuf<char> buf_cin_sync;90 new (&buf_cin_sync) stdio_sync_filebuf<char>(stdin); in Init()96 new (&cin) istream(&buf_cin_sync); in Init()170 buf_cin_sync.~stdio_sync_filebuf<char>(); in sync_with_stdio()
88 fake_stdiobuf buf_cin_sync; variable
5249 * src/globals.cc (buf_cout_sync, buf_cin_sync, buf_cerr_sync,