/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | lex.c | 40 isc_buffer_t *pushback; member 198 source->pushback = NULL; in new_source() 199 isc_buffer_allocate(lex->mctx, &source->pushback, in new_source() 284 isc_buffer_free(&source->pushback); in isc_lex_close() 309 pushback(inputsource *source, int c) { in pushback() function 310 REQUIRE(source->pushback->current > 0); in pushback() 315 source->pushback->current--; in pushback() 323 if (isc_buffer_availablelength(source->pushback) == 0) { in pushandgrow() 329 oldlen = isc_buffer_length(source->pushback); in pushandgrow() 331 isc_buffer_usedregion(source->pushback, &used); in pushandgrow() [all …]
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | lex.c | 41 isc_buffer_t *pushback; 197 source->pushback = NULL; in new_source() 198 isc_buffer_allocate(lex->mctx, &source->pushback, in new_source() 283 isc_buffer_free(&source->pushback); in isc_lex_close() 308 pushback(inputsource *source, int c) { 309 REQUIRE(source->pushback->current > 0); 314 source->pushback->current--; in pushback() 322 if (isc_buffer_availablelength(source->pushback) == 0) { 328 oldlen = isc_buffer_length(source->pushback); in pushandgrow() 330 isc_buffer_usedregion(source->pushback, in pushandgrow() 42 isc_buffer_t *pushback; global() member 311 pushback(inputsource *source, int c) { pushback() function [all...] |
/netbsd-src/usr.bin/m4/ |
H A D | misc.c | 83 * pushback - push character back onto input 86 pushback(int c) in pushback() function 97 * pushback is replicated to improve 136 pushback(digits[num % base]); in pbnumbase() 144 pushback('0'); in pbnumbase() 147 pushback('-'); in pbnumbase() 157 pushback(n % 10 + '0'); in pbunsigned()
|
H A D | main.c | 438 pushback(t); in do_look_ahead() 440 pushback(*--token); in do_look_ahead() 518 pushback(l = gpbc()); in macro() 585 pushback(l); in macro() 612 pushback(l); in macro()
|
H A D | eval.c | 327 pushback(COMMA); in expand_builtin() 561 pushback(COMMA); in expand_macro() 572 pushback(COMMA); in expand_macro() 901 pushback(*k); in dosub()
|
H A D | extern.h | 111 extern void pushback(int);
|
/netbsd-src/external/gpl2/groff/dist/src/preproc/html/ |
H A D | Makefile.sub | 6 OBJS=pre-html.$(OBJEXT) pushback.$(OBJEXT) 7 CCSRCS=$(srcdir)/pre-html.cpp $(srcdir)/pushback.cpp
|
/netbsd-src/usr.bin/join/ |
H A D | join.c | 87 u_long pushback; /* line on the stack */ member 340 if (F->pushback != (u_long)-1) { in slurp() 342 F->set[F->setcnt] = F->set[F->pushback]; in slurp() 343 F->set[F->pushback] = tmp; in slurp() 344 F->pushback = (u_long)-1; in slurp() 393 F->pushback = F->setcnt; in slurp()
|
/netbsd-src/external/gpl2/groff/bin/html/ |
H A D | Makefile | 12 SRCS= pre-html.cpp pushback.cpp
|
/netbsd-src/bin/csh/ |
H A D | file.c | 86 static int pushback(Char *); 161 pushback(Char *string) in pushback() function 698 if (pushback(inputline)) in tenex()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | README.Portability | 168 unsigned char pushback[NPUSHBACK]; 170 #define unget(c) (assert(pbidx < NPUSHBACK), pushback[pbidx++] = (c)) 171 #define get(c) (pbidx ? pushback[--pbidx] : getchar())
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | README.Portability | 168 unsigned char pushback[NPUSHBACK]; 170 #define unget(c) (assert(pbidx < NPUSHBACK), pushback[pbidx++] = (c)) 171 #define get(c) (pbidx ? pushback[--pbidx] : getchar())
|
H A D | ChangeLog-2000 | 21741 (_cpp_read_and_prescan): Move shift-down of pushback bytes to
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | reader.c | 315 uint8_t *pushback; member 327 if (dearmour->pushback) { in push_back() 329 } else if ((dearmour->pushback = calloc(1, length)) == NULL) { in push_back() 333 dearmour->pushback[n] = buf[(length - n) - 1]; in push_back() 456 c = dearmour->pushback[--dearmour->pushbackc]; in read_char() 458 free(dearmour->pushback); in read_char() 459 dearmour->pushback = NULL; in read_char()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | po-lex.c | 347 struct mbchar pushback[NPUSHBACK]; member 383 mb_copy (mbc, &mbf->pushback[mbf->have_pushback]); in mbfile_getc() 588 mb_copy (&mbf->pushback[mbf->have_pushback], mbc); in mbfile_ungetc()
|
H A D | ChangeLog | 2712 (phase1_ungetc): Verify that the pushback buffer's size is sufficient. 2718 (phase1_ungetc): Verify that the pushback buffer's size is sufficient. 2724 (phase1_ungetc): Verify that the pushback buffer's size is sufficient. 2728 (phase1_ungetc): Verify that the pushback buffer's size is sufficient. 2731 (phase1_ungetc): Verify that the pushback buffer's size is sufficient. 2734 (phase2_unget): Verify that the pushback buffer's size is sufficient. 2736 (phase1_ungetc): Verify that the pushback buffer's size is sufficient. 2739 (phase2_unget): Verify that the pushback buffer's size is sufficient.
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | stop.spell-cc | 1075 pushback
|
/netbsd-src/external/gpl2/groff/dist/ |
H A D | ChangeLog | 174 * src/preproc/html/pushback.cpp (pushBackBuffer::~pushBackBuffer): 2048 src/preproc/html/pushback.cpp, src/preproc/html/pushback.h: Use 2163 * src/preproc/html/pushback.cpp: Some local variable renamings. 3647 * src/preproc/html/pushback.cpp (pushBackBuffer::isString): Add 3649 * src/preproc/html/pushback.h: Updated.
|
H A D | ChangeLog.118 | 323 * src/preproc/html/pushback.cc: Include nonposix.h. 3081 * src/preproc/html/pushback.cc: This. Updated. 3083 * src/preproc/html/pushback.h: This.
|
/netbsd-src/share/man/tools/ |
H A D | newsp.errs | 2324 pushback
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2001 | 4373 (stop_wait_callback): Defer pushback of breakpoint events until
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2001 | 4373 (stop_wait_callback): Defer pushback of breakpoint events until
|