Searched refs:buf_cin (Results 1 – 3 of 3) sorted by relevance
52 extern stdio_filebuf<char> buf_cin;183 new (&buf_cin) stdio_filebuf<char>(stdin, ios_base::in); in sync_with_stdio()186 cin.rdbuf(&buf_cin); in sync_with_stdio()
94 fake_filebuf buf_cin; variable
3387 (buf_cout, buf_cin, buf_cerr): Like so.