Searched defs:method (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_crypt.vim | 37 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 D | crypt.c | 471 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 D | fileio.c | 2883 int method = crypt_method_nr_from_magic((char *)ptr, *sizep); in check_for_cryptkey() local
|
| H A D | if_py_both.h | 275 PyMethodDef *method; in ObjectDir() local
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrw.vim | 2926 fun! s:NetrwGetFile(readcmd, tfile, method) argument 3322 fun! NetReadFixup(method, line1, line2) argument
|