Home
last modified time | relevance | path

Searched refs:unget (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal_strtox.h1296 source.unget(c);
1308 source.unget(c);
1321 source.unget(c);
1336 source.unget(c);
1348 source.unget(c);
1366 source.unget(c);
1372 source.unget(c);
1420 source.unget(c);
1473 source.unget(next_c);
1577 source.unget(c);
[all …]
H A Dcorecrt_internal_stdio_input.h59 void unget(int_type const c) throw() in unget() function
109 void unget(int_type const c) throw() in unget() function
166 void unget(int_type const c) throw() in unget() function
1115 _input_adapter.unget(c);
1162 _input_adapter.unget(skip_whitespace(_input_adapter, _locale));
1176 _input_adapter.unget(c);
1193 _input_adapter.unget(c);
1194 _input_adapter.unget(initial_character);
1292 _input_adapter.unget(c);
/reactos/sdk/include/c++/stlport/stl/
H A D_istream.h158 _Self& unget();
H A D_istream.c448 basic_istream<_CharT, _Traits>& basic_istream<_CharT, _Traits>::unget() { in unget() function