/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 183 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 D | sscanffuns.c | 104 unget (int c, const char **sp) in unget() function 122 (gmp_doscan_unget_t) unget,
|
H A D | doscan.c | 425 (*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 D | main.cpp | 44 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 D | quoted_string.h | 153 __is.unget(); in _GLIBCXX_VISIBILITY()
|
H A D | istream.tcc | 798 unget(void) in unget() function in std::basic_istream
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | quoted_string.h | 149 __is.unget(); in _GLIBCXX_VISIBILITY()
|
H A D | istream.tcc | 754 unget(void) in unget() function in std::basic_istream
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | README.Portability | 170 #define unget(c) (assert(pbidx < NPUSHBACK), pushback[pbidx++] = (c)) 173 unget(EOF);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | README.Portability | 170 #define unget(c) (assert(pbidx < NPUSHBACK), pushback[pbidx++] = (c)) 173 unget(EOF);
|
/netbsd-src/external/bsd/less/dist/ |
H A D | defines.o2 | 180 #define UNGOT_SIZE 100 /* Max chars to unget() */ 190 #define UNGOT_SIZE 200 /* Max chars to unget() */
|
H A D | defines.wn | 181 #define UNGOT_SIZE 100 /* Max chars to unget() */ 191 #define UNGOT_SIZE 200 /* Max chars to unget() */
|
H A D | defines.o9 | 187 #define UNGOT_SIZE 100 /* Max chars to unget() */ 197 #define UNGOT_SIZE 200 /* Max chars to unget() */
|
H A D | defines.ds | 199 #define UNGOT_SIZE 100 /* Max chars to unget() */ 209 #define UNGOT_SIZE 200 /* Max chars to unget() */
|
H A D | defines.h.in | 196 #define UNGOT_SIZE 100 /* Max chars to unget() */ 206 #define UNGOT_SIZE 200 /* Max chars to unget() */
|
H A D | configure.ac | 669 #define UNGOT_SIZE 100 /* Max chars to unget() */ 679 #define UNGOT_SIZE 200 /* Max chars to unget() */
|
H A D | NEWS | 478 * Fix bug in unget handling that can cause strange effects on the
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | istream | 78 basic_istream& unget(); 284 basic_istream& unget(); 1170 basic_istream<_CharT, _Traits>::unget()
|
H A D | iomanip | 545 __is.unget ();
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | istream | 538 unget(); 567 * call to @c gcount(). At variance with putback, unget and
|
H A D | streambuf | 400 * calls and returns pbackfail(). The effect is to @a unget
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | istream | 538 unget(); 567 * call to @c gcount(). At variance with putback, unget and
|
H A D | streambuf | 398 * calls and returns pbackfail(). The effect is to @a unget
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | stop.spell-cc | 1482 unget
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2011 | 1279 eat_line. (read_integer): Likewise. (parse_real): Don't unget the
|