| /vim-8.2.3635/src/ |
| H A D | os_unix.c | 1533 switch (sig) in vim_handle_signal() 1548 got_signal = sig; in vim_handle_signal() 5820 if (sig == SIGKILL) in get_signal_name() 5824 if (sig == signal_info[i].sig) in get_signal_name() 5938 int sig = -1; in mch_signal_job() local 5941 sig = SIGTERM; in mch_signal_job() 5943 sig = SIGHUP; in mch_signal_job() 5945 sig = SIGQUIT; in mch_signal_job() 5947 sig = SIGINT; in mch_signal_job() 5949 sig = SIGKILL; in mch_signal_job() [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | gpg.vim | 61 \ armor ask-cert-expire ask-sig-expire 72 \ no-armor no-ask-cert-expire no-ask-sig-expire 81 \ no-show-policy-url no-sig-cache no-sig-create-check
|
| H A D | sml.vim | 3 " Filenames: *.sml *.sig 82 " "sig" 83 syn region smlSig matchgroup=smlModule start="\<sig\>" matchgroup=smlModule end="\<end\>" contain… 166 syn sync match smlSigSync grouphere smlSig "\<sig\>"
|
| H A D | 8th.vim | 136 … CFB cr:CFB CTR cr:CTR ECB cr:ECB GCM cr:GCM OFB cr:OFB aad? cr:aad? aes128box-sig cr:aes128box-sig 137 Builtin aes128gcm> cr:aes128gcm> aes256box-sig cr:aes256box-sig aes256gcm> cr:aes256gcm> aesgcm cr… 138 Builtin blakehash cr:blakehash chacha20box-sig cr:chacha20box-sig chachapoly cr:chachapoly cipher!… 140 … cr:dh-genkey dh-secret cr:dh-secret dh-sign cr:dh-sign dh-verify cr:dh-verify ebox-sig cr:ebox-sig 142 Builtin edbox-sig cr:edbox-sig edbox> cr:edbox> encrypt cr:encrypt encrypt+ cr:encrypt+ encrypt> c… 147 Builtin rsa_verify cr:rsa_verify rsabox-sig cr:rsabox-sig rsabox> cr:rsabox> rsagenkey cr:rsagenkey 148 Builtin save cr:save sbox-sig cr:sbox-sig sha1-hmac cr:sha1-hmac shard cr:shard tag? cr:tag? totp … 150 Builtin validate-pgp-sig cr:validate-pgp-sig (.hebrew) d:(.hebrew) (.islamic) d:(.islamic) + d:+ +…
|
| H A D | lprolog.vim | 3 " Filenames: *.mod *.sig 55 syn keyword lprologKeyword local localkind closed sig
|
| H A D | ocaml.vim | 127 " "sig" 128 syn region ocamlSig matchgroup=ocamlSigEncl start="\<sig\>" matchgroup=ocamlSigEncl end="\<end\>"… 299 syn sync match ocamlSigSync grouphere ocamlSig "\<sig\>"
|
| H A D | ia64.vim | 149 syn match ia64opcode "getf\.\([sd]\|exp\|sig\)\>" 199 syn match ia64opcode "setf\.\(s\|d\|exp\|sig\)\>"
|
| H A D | mason.vim | 7 " Contributors: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
|
| H A D | pine.vim | 217 syn keyword pineOption disable-roles-sig-edit
|
| H A D | sicad.vim | 321 syn keyword sicadStatement sig sigp skk skks sn
|
| H A D | clojure.vim | 32 …sig","clojure.core/methods","clojure.core/min","clojure.core/min-key","clojure.core/mix-collection…
|
| H A D | perl.vim | 8 " Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
|
| H A D | raku.vim | 10 " Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
|
| H A D | vim.vim | 24 … rv[iminfo] sIn san[dbox] sbl[ast] scI scr[iptnames] setf[iletype] sgI sgp sig sir smenu so[urce] …
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | sml.vim | 43 let s:letlim = '\(\<\(sig\|struct\)\|;;\)\s*$' 45 let s:module = '\<\%(let\|sig\|struct\)\>' 184 " Indent if last line ends with 'sig', 'struct', 'let', 'then', 'else', 186 elseif lline =~ '\<\(sig\|struct\|let\|in\|then\|else\)\s*$'
|
| H A D | ocaml.vim | 47 let s:letlim = '\(\<\(sig\|struct\)\|;;\)\s*$' 49 let s:module = '\<\%(begin\|sig\|struct\|object\)\>' 209 …o\|else\|fun\|function\|functor\|if\|initializer\|object\|parser\|private\|sig\|struct\|then\|try\…
|
| H A D | raku.vim | 8 " Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
|
| /vim-8.2.3635/src/proto/ |
| H A D | os_unix.pro | 13 int vim_handle_signal(int sig);
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | raku.vim | 7 " Contributors: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
|
| H A D | ocaml.vim | 71 let b:mw = b:mw . ',\<\(object\|sig\|struct\|begin\)\>:\<end\>' 170 if getline(l) =~ '\s*\%(\<struct\>\|\<sig\>\|\<object\>\)' 195 " We close fold on end which are associated to struct, sig or object.
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | clojurecomplete.vim | 12 …apv","max","max-key","memfn","memoize","merge","merge-with","meta","method-sig","methods","min","m…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | sign.txt | 97 2. Commands *sign-commands* *:sig* *:sign*
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.sv.utf-8 | 820 Det är en bra bok för att lära sig nästan allt som du vill kunna göra med Vi.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_filetype.vim | 294 \ 'lprolog': ['file.sig'],
|
| /vim-8.2.3635/runtime/ |
| H A D | filetype.vim | 920 au BufNewFile,BufRead *.sig setf lprolog
|