Home
last modified time | relevance | path

Searched refs:ht_error (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dhashtab.c235 if (ht->ht_error && hash_may_resize(ht, 0) == FAIL) in hash_add_item()
412 ht->ht_error = TRUE; in hash_may_resize()
454 ht->ht_error = FALSE; in hash_may_resize()
H A Dif_ruby.c1871 d->dv_hashtab.ht_error = TRUE; in convert_hash2dict()
1953 if (d->dv_hashtab.ht_error) in ruby_convert_to_vim_value()
H A Dstructs.h1302 int ht_error; // when set growing failed, can't add more member