Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/m4/
Dmisc.c86 pushback(int c) in pushback() function
136 pushback(digits[num % base]); in pbnumbase()
144 pushback('0'); in pbnumbase()
147 pushback('-'); in pbnumbase()
157 pushback(n % 10 + '0'); in pbunsigned()
Dmain.c438 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()
Deval.c327 pushback(COMMA); in expand_builtin()
561 pushback(COMMA); in expand_macro()
572 pushback(COMMA); in expand_macro()
901 pushback(*k); in dosub()
Dextern.h111 extern void pushback(int);
/netbsd/src/usr.bin/join/
Djoin.c87 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/bin/csh/
Dfile.c86 static int pushback(Char *);
161 pushback(Char *string) in pushback() function
698 if (pushback(inputline)) in tenex()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DREADME.Portability168 unsigned char pushback[NPUSHBACK];
170 #define unget(c) (assert(pbidx < NPUSHBACK), pushback[pbidx++] = (c))
171 #define get(c) (pbidx ? pushback[--pbidx] : getchar())
DChangeLog-200021741 (_cpp_read_and_prescan): Move shift-down of pushback bytes to
/netbsd/src/crypto/external/bsd/netpgp/dist/src/lib/
Dreader.c315 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/ibm-public/postfix/dist/proto/
Dstop.spell-cc1075 pushback
/netbsd/src/share/man/tools/
Dnewsp.errs2324 pushback
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20014373 (stop_wait_callback): Defer pushback of breakpoint events until