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

/freebsd-9.3-release/gnu/usr.bin/groff/src/preproc/html/
H A DMakefile4 SRCS= pre-html.cpp pushback.cpp
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dlex.c44 isc_buffer_t * pushback; member in struct:inputsource
211 source->pushback = NULL;
212 result = isc_buffer_allocate(lex->mctx, &source->pushback,
297 isc_buffer_free(&source->pushback);
318 pushback(inputsource *source, int c) { function
319 REQUIRE(source->pushback->current > 0);
324 source->pushback->current--;
331 if (isc_buffer_availablelength(source->pushback) == 0) {
337 oldlen = isc_buffer_length(source->pushback);
341 isc_buffer_usedregion(source->pushback,
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dlex.c44 isc_buffer_t * pushback; member in struct:inputsource
211 source->pushback = NULL;
212 result = isc_buffer_allocate(lex->mctx, &source->pushback,
297 isc_buffer_free(&source->pushback);
318 pushback(inputsource *source, int c) { function
319 REQUIRE(source->pushback->current > 0);
324 source->pushback->current--;
331 if (isc_buffer_availablelength(source->pushback) == 0) {
337 oldlen = isc_buffer_length(source->pushback);
341 isc_buffer_usedregion(source->pushback,
[all...]
/freebsd-9.3-release/usr.bin/m4/
H A Dmisc.c81 * pushback - push character back onto input
84 pushback(int c) function
95 * pushback is replicated to improve
134 pushback(digits[num % base]);
142 pushback('0');
145 pushback('-');
155 pushback(n % 10 + '0');
H A Dextern.h105 extern void pushback(int);
119 /* speeded-up versions of chrsave/pushback */
H A Dmain.c307 pushback(t);
309 pushback(*--token);
383 pushback(l = gpbc());
441 pushback(l);
468 pushback(l);
H A Deval.c330 pushback(COMMA);
552 pushback(COMMA);
563 pushback(COMMA);
886 pushback(*k);
/freebsd-9.3-release/usr.bin/join/
H A Djoin.c81 int pushbool; /* if pushback is set */
82 u_long pushback; /* line on the stack */ member in struct:__anon10780
317 F->set[F->setcnt] = F->set[F->pushback];
318 F->set[F->pushback] = tmp;
356 F->pushback = F->setcnt;
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.file.c64 static void pushback (const Char *);
214 pushback(const Char *string) function
735 * Tabs in the input line cause trouble after a pushback. tty driver
748 pushback(inputline);
/freebsd-9.3-release/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c678 pushback(enum tok tok) function
886 pushback(tok);

Completed in 176 milliseconds