Searched refs:nold (Results 1 – 3 of 3) sorted by relevance
92 struct roff_node *nold; in tag_put() local206 nold = entry->nodes[--entry->nnodes]; in tag_put()207 nold->flags &= ~NODE_ID; in tag_put()208 free(nold->tag); in tag_put()209 nold->tag = NULL; in tag_put()
307 Node *nold = t->node; /* save old hash ... */ in luaH_resize() local324 Node *old = nold+i; in luaH_resize()331 if (!isdummy(nold)) in luaH_resize()332 luaM_freearray(L, nold, cast(size_t, twoto(oldhsize))); /* free old array */ in luaH_resize()
2034 size_t nold; member2055 for (i = 0; i < ctx->nold; i++) in hostkeys_update_ctx_free()2158 if ((tmp = recallocarray(ctx->old_keys, ctx->nold, ctx->nold + 1, in hostkeys_find()2160 fatal_f("recallocarray failed nold = %zu", ctx->nold); in hostkeys_find()2162 ctx->old_keys[ctx->nold++] = l->key; in hostkeys_find()2181 for (i = 0; i < ctx->nold; i++) { in hostkeys_check_old()2204 debug2_f("checking for %zu deprecated keys", ctx->nold); in check_old_keys_othernames()2256 for (i = 0; i < ctx->nold; i++) { in update_known_hosts()2548 ctx->nincomplete, ctx->nold); in client_input_hostkeys()2550 if (ctx->nnew == 0 && ctx->nold == 0) { in client_input_hostkeys()[all …]