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

/freebsd-11-stable/contrib/groff/src/preproc/html/
H A DMakefile.sub6 OBJS=pre-html.$(OBJEXT) pushback.$(OBJEXT)
7 CCSRCS=$(srcdir)/pre-html.cpp $(srcdir)/pushback.cpp
/freebsd-11-stable/gnu/usr.bin/groff/src/preproc/html/
H A DMakefile4 SRCS= pre-html.cpp pushback.cpp
/freebsd-11-stable/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-11-stable/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 Dmain.c312 pushback(t);
314 pushback(*--token);
388 pushback(l = gpbc());
447 pushback(l);
474 pushback(l);
H A Dextern.h107 extern void pushback(int);
123 /* speeded-up versions of chrsave/pushback */
H A Deval.c347 pushback(COMMA);
575 pushback(COMMA);
586 pushback(COMMA);
908 pushback(*k);
/freebsd-11-stable/usr.bin/join/
H A Djoin.c81 int pushbool; /* if pushback is set */
82 u_long pushback; /* line on the stack */ member in struct:__anon8629
317 F->set[F->setcnt] = F->set[F->pushback];
318 F->set[F->pushback] = tmp;
356 F->pushback = F->setcnt;
/freebsd-11-stable/contrib/tcsh/
H A Dsh.file.c61 static void pushback (const Char *);
211 pushback(const Char *string) function
732 * Tabs in the input line cause trouble after a pushback. tty driver
745 pushback(inputline);
/freebsd-11-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c678 pushback(enum tok tok) function
884 pushback(tok);

Completed in 182 milliseconds