Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmemline.c490 int old_method; in ml_set_crypt_key() local
494 old_method = crypt_method_nr_from_name(old_cm); in ml_set_crypt_key()
520 mfp->mf_old_cm = old_method; in ml_set_crypt_key()
521 if (old_method > 0 && *old_key != NUL) in ml_set_crypt_key()