| /src/usr.bin/join/ |
| join.c | 87 u_long pushback; /* line on the stack */ member in struct:__anon8270 340 if (F->pushback != (u_long)-1) { 342 F->set[F->setcnt] = F->set[F->pushback]; 343 F->set[F->pushback] = tmp; 344 F->pushback = (u_long)-1; 393 F->pushback = F->setcnt;
|
| /src/usr.bin/m4/ |
| misc.c | 83 * 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');
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| po-lex.c | 347 struct mbchar pushback[NPUSHBACK]; member in struct:mbfile 383 mb_copy (mbc, &mbf->pushback[mbf->have_pushback]); 588 mb_copy (&mbf->pushback[mbf->have_pushback], mbc);
|
| /src/bin/csh/ |
| file.c | 86 static int pushback(Char *); 161 pushback(Char *string) function 203 * User has typed characters before the pushback finished. 687 * Tabs in the input line cause trouble after a pushback. tty driver 698 if (pushback(inputline))
|
| /src/external/mpl/bind/dist/lib/isc/ |
| lex.c | 41 isc_buffer_t *pushback; member in struct:inputsource 197 source->pushback = NULL; 198 isc_buffer_allocate(lex->mctx, &source->pushback, 283 isc_buffer_free(&source->pushback); 308 pushback(inputsource *source, int c) { function 309 REQUIRE(source->pushback->current > 0); 314 source->pushback->current--; 322 if (isc_buffer_availablelength(source->pushback) == 0) { 328 oldlen = isc_buffer_length(source->pushback); 330 isc_buffer_usedregion(source->pushback, &used) [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| lex.c | 40 isc_buffer_t *pushback; member in struct:inputsource 198 source->pushback = NULL; 199 isc_buffer_allocate(lex->mctx, &source->pushback, 284 isc_buffer_free(&source->pushback); 309 pushback(inputsource *source, int c) { function 310 REQUIRE(source->pushback->current > 0); 315 source->pushback->current--; 323 if (isc_buffer_availablelength(source->pushback) == 0) { 329 oldlen = isc_buffer_length(source->pushback); 331 isc_buffer_usedregion(source->pushback, &used) [all...] |
| /src/crypto/external/bsd/netpgp/dist/src/lib/ |
| reader.c | 315 uint8_t *pushback; member in struct:__anon1047 327 if (dearmour->pushback) { 329 } else if ((dearmour->pushback = calloc(1, length)) == NULL) { 333 dearmour->pushback[n] = buf[(length - n) - 1]; 456 c = dearmour->pushback[--dearmour->pushbackc]; 458 free(dearmour->pushback); 459 dearmour->pushback = NULL;
|