Searched refs:pushback (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/html/
H A DMakefile.sub6 OBJS=pre-html.$(OBJEXT) pushback.$(OBJEXT)
7 CCSRCS=$(srcdir)/pre-html.cpp $(srcdir)/pushback.cpp
/netbsd-6-1-5-RELEASE/gnu/usr.bin/groff/src/preproc/html/
H A DMakefile8 SRCS= pre-html.cpp pushback.cpp
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dlex.c46 isc_buffer_t * pushback; member in struct:inputsource
213 source->pushback = NULL;
214 result = isc_buffer_allocate(lex->mctx, &source->pushback,
299 isc_buffer_free(&source->pushback);
320 pushback(inputsource *source, int c) { function
321 REQUIRE(source->pushback->current > 0);
326 source->pushback->current--;
333 if (isc_buffer_availablelength(source->pushback) == 0) {
339 oldlen = isc_buffer_length(source->pushback);
343 isc_buffer_usedregion(source->pushback,
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dlex.c46 isc_buffer_t * pushback; member in struct:inputsource
213 source->pushback = NULL;
214 result = isc_buffer_allocate(lex->mctx, &source->pushback,
299 isc_buffer_free(&source->pushback);
320 pushback(inputsource *source, int c) { function
321 REQUIRE(source->pushback->current > 0);
326 source->pushback->current--;
333 if (isc_buffer_availablelength(source->pushback) == 0) {
339 oldlen = isc_buffer_length(source->pushback);
343 isc_buffer_usedregion(source->pushback,
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/m4/
H A Dmisc.c83 * pushback - push character back onto input
86 pushback(int c) function
97 * pushback is replicated to improve
136 pushback(digits[num % base]);
144 pushback('0');
147 pushback('-');
157 pushback(n % 10 + '0');
H A Dextern.h103 extern void pushback(int);
116 /* speeded-up versions of chrsave/pushback */
H A Dmain.c327 pushback(t);
329 pushback(*--token);
403 pushback(l = gpbc());
461 pushback(l);
488 pushback(l);
H A Deval.c325 pushback(COMMA);
550 pushback(COMMA);
561 pushback(COMMA);
884 pushback(*k);
/netbsd-6-1-5-RELEASE/usr.bin/join/
H A Djoin.c87 u_long pushback; /* line on the stack */ member in struct:__anon9816
343 if (F->pushback != (u_long)-1) {
345 F->set[F->setcnt] = F->set[F->pushback];
346 F->set[F->pushback] = tmp;
347 F->pushback = (u_long)-1;
399 F->pushback = F->setcnt;
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dpo-lex.c365 struct mbchar pushback[NPUSHBACK]; member in struct:mbfile
401 mb_copy (mbc, &mbf->pushback[mbf->have_pushback]);
600 mb_copy (&mbf->pushback[mbf->have_pushback], mbc);
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dfile.c86 static int pushback(Char *);
161 pushback(Char *string) function
203 * User has typed characters before the pushback finished.
688 * Tabs in the input line cause trouble after a pushback. tty driver
699 if (pushback(inputline))
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dreader.c311 uint8_t *pushback; member in struct:__anon350
323 if (dearmour->pushback) {
325 } else if ((dearmour->pushback = calloc(1, length)) == NULL) {
329 dearmour->pushback[n] = buf[(length - n) - 1];
452 c = dearmour->pushback[--dearmour->pushbackc];
454 free(dearmour->pushback);
455 dearmour->pushback = NULL;

Completed in 202 milliseconds