Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmemline.c384 pp->pb_count = 1; in ml_open()
564 if (pp->pb_count == 0) in ml_set_crypt_key()
1542 if (pp->pb_count == 0) in ml_recover()
3127 if (pb_idx + 1 < (int)pp->pb_count) in ml_append_int()
3131 ++pp->pb_count; in ml_append_int()
3188 pp->pb_count = 1; in ml_append_int()
3210 pp_new->pb_count = total_moved; in ml_append_int()
3211 pp->pb_count -= total_moved - 1; in ml_append_int()
3220 pp_new->pb_count = 1; in ml_append_int()
3719 count = --(pp->pb_count); in ml_delete_int()
[all …]