Home
last modified time | relevance | path

Searched refs:safe (Results 1 – 25 of 35) sorted by relevance

12

/vim-8.2.3635/src/
H A Dif_perl.xs1046 SV *safe; in ex_perl() local
1084 safe = perl_get_sv("VIM::safe", FALSE); in ex_perl()
1086 if (safe == NULL || !SvTRUE(safe)) in ex_perl()
1092 XPUSHs(safe); in ex_perl()
1339 SV *safe; in do_perleval() local
1361 safe = get_sv("VIM::safe", FALSE); in do_perleval()
1363 if (safe == NULL || !SvTRUE(safe)) in do_perleval()
1370 XPUSHs(safe); in do_perleval()
H A Dmain.c1063 may_trigger_safestate(int safe) in may_trigger_safestate() argument
1065 int is_safe = safe && is_safe_now(); in may_trigger_safestate()
H A Dconfig.h.in62 * own safe but probably slower vim_memmove().
H A DMake_cyg_ming.mak159 # Alternatively, if you uncomment the two following lines, you get a "safe" version
/vim-8.2.3635/runtime/syntax/
H A Dchicken.vim86 syn keyword schemeSpecialSyntax foreign-safe-lambda
87 syn keyword schemeSpecialSyntax foreign-safe-lambda*
H A Ddjango.vim44 syn keyword djangoFilter contained safe safeseq stringformat striptags
H A Dmason.vim39 " of these cases so I've taken the safe option of just using perlTop in all of
H A Dd.vim129 syn keyword dAttribute contained safe trusted system
227 " problems. To play it safe, set minlines to a large number.
H A Dzsh.vim101 " XXX: how safe is this?
H A Dfoxpro.vim589 syn match foxproCmd "^\s*\<set\>\s*\<safe\%[ty]\>"
/vim-8.2.3635/src/proto/
H A Dmain.pro6 void may_trigger_safestate(int safe);
/vim-8.2.3635/runtime/ftplugin/
H A Dchicken.vim33 setl lispwords+=foreign-safe-lambda*
/vim-8.2.3635/runtime/colors/
H A Dindustry.vim15 " Industrial color scheme is by nature clear, safe and productive.
/vim-8.2.3635/runtime/doc/
H A Dusr_11.txt42 To be on the safe side, write this file under another name: >
68 file after making changes. It is safe to delete the swap file now.
259 try to warn you when this happens, but better be safe than sorry.
H A Dif_tcl.txt448 available in a safe child interpreter therefore makes the child unsafe. (It
450 safe interpreter create only new safe interpreters, but quite pointless -
H A Dxxd.man17 safe' ASCII representation, but has the advantage of decoding to stan‐
H A Dusr_23.txt238 keep the computer locked up in a big safe when not in use.
H A Dmessage.txt485 try to solve the memory shortage. To stay on the safe side, exit Vim and
664 bit to be reset. It should be safe to reload the file. Set 'autoread' to
H A Dtabpage.txt130 this is a "safe" command. >
H A Dwindows.txt358 this is a "safe" command.
379 "safe" command.
H A Dprint.txt557 A safe printoptions setting to try is: >
/vim-8.2.3635/runtime/autoload/
H A Dxmlformat.vim74 " t should only contain 2 items, but just be safe here
H A Drubycomplete.vim252 require 'rubygems' # let's assume this is safe...?
H A Dhaskellcomplete.vim808 \ , "-Wno-safe"
815 \ , "-Wtrustworthy-safe"
816 \ , "-Wno-safe"
/vim-8.2.3635/src/testdir/
H A Dtest_autocmd.vim2428 let g:safe = 0
2430 au SafeState * let g:safe += 1
2441 call term_sendkeys(buf, ":echo g:safe\<CR>")

12