Home
last modified time | relevance | path

Searched defs:method (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_crypt.vim37 func Crypt_uncrypt(method) argument
75 func Uncrypt_stable(method, crypted_text, key, uncrypted_text) argument
90 func Uncrypt_stable_xxd(method, hex, key, uncrypted_text) argument
/vim-8.2.3635/src/
H A Dcrypt.c471 cryptmethod_T *method = &cryptmethods[state->method_nr]; in crypt_encode_alloc() local
500 cryptmethod_T *method = &cryptmethods[state->method_nr]; in crypt_decode_alloc() local
597 crypt_check_method(int method) in crypt_check_method()
610 int method = crypt_get_method_nr(curbuf); in crypt_check_swapfile_curbuf() local
H A Dfileio.c2883 int method = crypt_method_nr_from_magic((char *)ptr, *sizep); in check_for_cryptkey() local
H A Dif_py_both.h275 PyMethodDef *method; in ObjectDir() local
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim2926 fun! s:NetrwGetFile(readcmd, tfile, method) argument
3322 fun! NetReadFixup(method, line1, line2) argument