Searched refs:pushback (Results 1 – 8 of 8) sorted by relevance
46 isc_buffer_t * pushback; member213 source->pushback = NULL; in new_source()214 result = isc_buffer_allocate(lex->mctx, &source->pushback, in new_source()299 isc_buffer_free(&source->pushback); in isc_lex_close()320 pushback(inputsource *source, int c) { in pushback() function321 REQUIRE(source->pushback->current > 0); in pushback()326 source->pushback->current--; in pushback()333 if (isc_buffer_availablelength(source->pushback) == 0) { in pushandgrow()339 oldlen = isc_buffer_length(source->pushback); in pushandgrow()343 isc_buffer_usedregion(source->pushback, &used); in pushandgrow()[all …]
86 pushback(int c) in pushback() function136 pushback(digits[num % base]); in pbnumbase()144 pushback('0'); in pbnumbase()147 pushback('-'); in pbnumbase()157 pushback(n % 10 + '0'); in pbunsigned()
327 pushback(t); in do_look_ahead()329 pushback(*--token); in do_look_ahead()403 pushback(l = gpbc()); in macro()461 pushback(l); in macro()488 pushback(l); in macro()
326 pushback(COMMA); in expand_builtin()551 pushback(COMMA); in expand_macro()562 pushback(COMMA); in expand_macro()885 pushback(*k); in dosub()
103 extern void pushback(int);
87 u_long pushback; /* line on the stack */ member343 if (F->pushback != (u_long)-1) { in slurp()345 F->set[F->setcnt] = F->set[F->pushback]; in slurp()346 F->set[F->pushback] = tmp; in slurp()347 F->pushback = (u_long)-1; in slurp()399 F->pushback = F->setcnt; in slurp()
86 static int pushback(Char *);161 pushback(Char *string) in pushback() function702 if (pushback(inputline)) in tenex()
311 uint8_t *pushback; member323 if (dearmour->pushback) { in push_back()325 } else if ((dearmour->pushback = calloc(1, length)) == NULL) { in push_back()329 dearmour->pushback[n] = buf[(length - n) - 1]; in push_back()452 c = dearmour->pushback[--dearmour->pushbackc]; in read_char()454 free(dearmour->pushback); in read_char()455 dearmour->pushback = NULL; in read_char()