Home
last modified time | relevance | path

Searched refs:pushback (Results 1 – 9 of 9) sorted by relevance

/openbsd/usr.bin/dig/lib/isc/
H A Dlex.c39 isc_buffer_t * pushback; member
173 source->pushback = NULL; in new_source()
225 isc_buffer_free(&source->pushback); in isc_lex_close()
242 pushback(inputsource *source, int c) { in pushback() function
248 source->pushback->current--; in pushback()
269 isc_buffer_free(&source->pushback); in pushandgrow()
270 source->pushback = tbuf; in pushandgrow()
442 pushback(source, c); in isc_lex_gettoken()
476 pushback(source, c); in isc_lex_gettoken()
541 pushback(source, c); in isc_lex_gettoken()
[all …]
/openbsd/usr.bin/m4/
H A Dmisc.c83 pushback(int c) in pushback() function
133 pushback(digits[num % base]); in pbnumbase()
141 pushback('0'); in pbnumbase()
144 pushback('-'); in pbnumbase()
154 pushback(n % 10 + '0'); in pbunsigned()
H A Dmain.c313 pushback(t); in do_look_ahead()
315 pushback(*--token); in do_look_ahead()
389 pushback(l = gpbc()); in macro()
448 pushback(l); in macro()
475 pushback(l); in macro()
H A Deval.c342 pushback(COMMA); in expand_builtin()
570 pushback(COMMA); in expand_macro()
581 pushback(COMMA); in expand_macro()
903 pushback(*k); in dosub()
H A Dextern.h105 extern void pushback(int);
/openbsd/usr.bin/join/
H A Djoin.c67 u_long pushback; /* line on the stack */ member
312 F->set[F->setcnt] = F->set[F->pushback]; in slurp()
313 F->set[F->pushback] = tmp; in slurp()
345 F->pushback = F->setcnt; in slurp()
/openbsd/gnu/usr.bin/gcc/gcc/
H A DREADME.Portability357 unsigned char pushback[NPUSHBACK];
359 #define unget(c) (assert(pbidx < NPUSHBACK), pushback[pbidx++] = (c))
360 #define get(c) (pbidx ? pushback[--pbidx] : getchar())
H A DChangeLog.36475 (_cpp_read_and_prescan): Move shift-down of pushback bytes to
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-20014373 (stop_wait_callback): Defer pushback of breakpoint events until