Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp183 void unget() { Stack.push_back(Tok); } in unget() function in llvm::object::Parser
194 unget(); in parseOne()
241 unget(); in parseExport()
261 unget(); in parseExport()
270 unget(); in parseExport()
293 unget(); in parseExport()
305 unget(); in parseNumbers()
321 unget(); in parseName()
331 unget(); in parseName()
/netbsd-src/external/lgpl3/gmp/dist/scanf/
H A Dsscanffuns.c104 unget (int c, const char **sp) in unget() function
122 (gmp_doscan_unget_t) unget,
H A Ddoscan.c425 (*funs->unget) (c, data); in gmpscan()
459 (funs->unget) (c, data); in skip_white()
525 (funs->unget) (c, data); in __gmp_doscan()
/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dmain.cpp44 void unget(char);
52 void table_input::unget(char c) in unget() function in table_input
386 in.unget(line[i]); in process_options()
390 in.unget(c); in process_options()
393 in.unget(line[i]); in process_options()
1215 in.unget(d); in process_data()
1219 in.unget(d); in process_data()
1232 in.unget(d); in process_data()
1397 in.unget(c); in process_data()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dquoted_string.h153 __is.unget(); in _GLIBCXX_VISIBILITY()
H A Distream.tcc798 unget(void) in unget() function in std::basic_istream
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dquoted_string.h149 __is.unget(); in _GLIBCXX_VISIBILITY()
H A Distream.tcc754 unget(void) in unget() function in std::basic_istream
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DREADME.Portability170 #define unget(c) (assert(pbidx < NPUSHBACK), pushback[pbidx++] = (c))
173 unget(EOF);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DREADME.Portability170 #define unget(c) (assert(pbidx < NPUSHBACK), pushback[pbidx++] = (c))
173 unget(EOF);
/netbsd-src/external/bsd/less/dist/
H A Ddefines.o2180 #define UNGOT_SIZE 100 /* Max chars to unget() */
190 #define UNGOT_SIZE 200 /* Max chars to unget() */
H A Ddefines.wn181 #define UNGOT_SIZE 100 /* Max chars to unget() */
191 #define UNGOT_SIZE 200 /* Max chars to unget() */
H A Ddefines.o9187 #define UNGOT_SIZE 100 /* Max chars to unget() */
197 #define UNGOT_SIZE 200 /* Max chars to unget() */
H A Ddefines.ds199 #define UNGOT_SIZE 100 /* Max chars to unget() */
209 #define UNGOT_SIZE 200 /* Max chars to unget() */
H A Ddefines.h.in196 #define UNGOT_SIZE 100 /* Max chars to unget() */
206 #define UNGOT_SIZE 200 /* Max chars to unget() */
H A Dconfigure.ac669 #define UNGOT_SIZE 100 /* Max chars to unget() */
679 #define UNGOT_SIZE 200 /* Max chars to unget() */
H A DNEWS478 * Fix bug in unget handling that can cause strange effects on the
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Distream78 basic_istream& unget();
284 basic_istream& unget();
1170 basic_istream<_CharT, _Traits>::unget()
H A Diomanip545 __is.unget ();
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Distream538 unget();
567 * call to @c gcount(). At variance with putback, unget and
H A Dstreambuf400 * calls and returns pbackfail(). The effect is to @a unget
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Distream538 unget();
567 * call to @c gcount(). At variance with putback, unget and
H A Dstreambuf398 * calls and returns pbackfail(). The effect is to @a unget
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.spell-cc1482 unget
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-20111279 eat_line. (read_integer): Likewise. (parse_real): Don't unget the

12