| /vim-8.2.3635/src/ |
| H A D | if_perl.xs | 724 if (SvROK(sv) && !(SvOBJECT(SvRV(sv)) && HvAMAGIC(SvSTASH(SvRV(sv))))) in Perl_SvTRUE_common() 941 D_Save_Sv(sv); in perl_win_free() 954 D_Save_Sv(sv); in perl_buf_free() 1010 SV *sv; in VIM_init() local 1044 SV *sv; in ex_perl() local 1187 sv = SvRV(sv); in perl_to_vim() 1371 XPUSHs(sv); in do_perleval() 1376 sv = POPs; in do_perleval() 1382 if (sv) { in do_perleval() 1402 SV *sv; in ex_perldo() local [all …]
|
| H A D | vim9script.c | 682 svar_T *sv; in find_exported() local 690 if (!sv->sv_export) in find_exported() 696 *type = sv->sv_type; in find_exported() 865 if (sv == NULL) in update_vim9_script_var() 898 if (sv != NULL) in update_vim9_script_var() 902 sv->sv_type = *type; in update_vim9_script_var() 959 sv->sv_name = NULL; in hide_script_var() 989 if (sv->sv_name != NULL && sv->sv_tv == dest) in find_typval_in_script() 990 return sv; in find_typval_in_script() 1010 if (sv != NULL) in check_script_var_type() [all …]
|
| H A D | evalvars.c | 331 if (sv->sv_name != NULL) in garbage_collect_scriptvars() 2638 tv = sv->sv_tv; in eval_variable() 2639 type = sv->sv_type; in eval_variable() 2677 if (sv != NULL) in eval_variable() 2678 type = sv->sv_type; in eval_variable() 3024 scriptvar_T *sv; in new_script_vars() local 3027 if (sv == NULL) in new_script_vars() 3029 init_var_dict(&sv->sv_dict, &sv->sv_var, VAR_SCOPE); in new_script_vars() 3030 SCRIPT_ITEM(id)->sn_vars = sv; in new_script_vars() 3261 svar_T *sv; in set_var_const() local [all …]
|
| H A D | vim9execute.c | 1336 svar_T *sv; in get_script_svar() local 1354 return sv; in get_script_svar() 2079 svar_T *sv; in exec_instructions() local 2082 if (sv == NULL) in exec_instructions() 2292 svar_T *sv; in exec_instructions() local 2295 if (sv == NULL) in exec_instructions() 2302 if (value_check_lock(sv->sv_tv->v_lock, sv->sv_name, FALSE)) in exec_instructions() 5162 svar_T *sv; in list_instructions() local 5165 if (sv == NULL) in list_instructions() 5170 sv->sv_name, in list_instructions() [all …]
|
| H A D | ex_eval.c | 975 svar_T *sv = ((svar_T *)si->sn_var_vals.ga_data) + i; in leave_block() local 980 if (sv->sv_name != NULL) in leave_block() 1199 svar_T *sv = ((svar_T *)si->sn_var_vals.ga_data) + i; in ex_while() local 1204 if (sv->sv_name != NULL) in ex_while()
|
| H A D | vim9compile.c | 2527 if ((check_writable == ASSIGN_CONST && sv->sv_const != 0) in check_item_writable() 2529 && sv->sv_const == ASSIGN_CONST)) in check_item_writable() 2550 svar_T *sv; in get_script_item_idx() local 2562 sv = ((svar_T *)si->sn_var_vals.ga_data) + idx; in get_script_item_idx() 2563 if (check_item_writable(sv, check_writable, name) == FAIL) in get_script_item_idx() 2577 sv = ((svar_T *)si->sn_var_vals.ga_data) + idx; in get_script_item_idx() 2578 if (sv->sv_tv == &di->di_tv) in get_script_item_idx() 3026 svar_T *sv = ((svar_T *)si->sn_var_vals.ga_data) + idx; in compile_load_scriptvar() local 3029 current_sctx.sc_sid, idx, sv->sv_type); in compile_load_scriptvar() 6414 svar_T *sv = in compile_lhs() local [all …]
|
| H A D | userfunc.c | 1599 svar_T *sv = ((svar_T *)si->sn_var_vals.ga_data) in deref_func_name() local 1601 tv = sv->sv_tv; in deref_func_name() 1603 *type = sv->sv_type; in deref_func_name() 1641 svar_T *sv = find_typval_in_script(tv); in deref_func_name() local 1643 if (sv != NULL) in deref_func_name() 1644 *type = sv->sv_type; in deref_func_name()
|
| H A D | eval.c | 984 svar_T *sv = find_typval_in_script(lp->ll_tv); in get_lval() local 987 if (sv != NULL) in get_lval() 988 lp->ll_valtype = sv->sv_type; in get_lval() 5840 svar_T *sv = ((svar_T *)si->sn_var_vals.ga_data) + idx; in handle_subscript() local 5842 copy_tv(sv->sv_tv, rettv); in handle_subscript()
|
| H A D | os_unix.c | 1465 struct sigvec sv; in catch_signals() 1468 sv.sv_handler = func_deadly; in catch_signals() 1469 sv.sv_mask = 0; in catch_signals() 1470 sv.sv_flags = SV_ONSTACK; in catch_signals() 1471 sigvec(signal_info[i].sig, &sv, NULL); in catch_signals()
|
| /vim-8.2.3635/runtime/spell/sv/ |
| H A D | main.aap | 14 all: $SPELLDIR/sv.latin1.spl $SPELLDIR/sv.utf-8.spl ../README_sv.txt 16 $SPELLDIR/sv.latin1.spl : $FILES 18 $VIM -u NONE -e -c "mkspell! $SPELLDIR/sv sv_SE" -c q 20 $SPELLDIR/sv.utf-8.spl : $FILES 22 $VIM -u NONE -e -c "mkspell! $SPELLDIR/sv sv_SE" -c q
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | Makefile | 26 tutor.sv.utf-8 \ 100 tutor.sv.utf-8: tutor.sv 101 iconv -f ISO-8859-1 -t UTF-8 tutor.sv > tutor.sv.utf-8
|
| /vim-8.2.3635/src/po/ |
| H A D | Make_all.mak | 37 sv \ 81 sv.po \ 118 sv.mo \ 172 sv.ck \
|
| H A D | vim.desktop.in | 67 Comment[sv]=Redigera textfiler
|
| H A D | gvim.desktop.in | 67 Comment[sv]=Redigera textfiler
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | cpp.vim | 47 …U]\)\=R"\z([[:alnum:]_{}[\]#<>%:;.?*\+\-/\^&|~!=,"']\{,16}\)(+ end=+)\z1"\(sv\|s\|_[_a-zA-Z][_a-zA… 63 …syn region cppString start=+\(L\|u\|u8\|U\)\="+ skip=+\\\\\|\\"\|\\$+ excludenl end=+"\(sv\|s\|_\…
|
| H A D | abel.vim | 111 syn match abelConstant "\.sv[2-9]\."
|
| H A D | aml.vim | 36 …urfaceviewshed surfacevisibility surfacexsection surfacezoom surfacezscale sv svfd svs sxs symbold… 61 syn keyword amlDir2 contained delvar dv s set setvar sv 90 syn match amlVar2 "&sv [a-zA-Z_.0-9]*" contains=amlDir2,amlDirSym
|
| H A D | quake.vim | 65 syn keyword quake1Command sv
|
| H A D | diff.vim | 269 " sv
|
| /vim-8.2.3635/runtime/spell/ |
| H A D | main.aap | 10 ku la lt lv mg mi ms nb nl nn ny pl pt ro ru rw sk sl sv sw
|
| /vim-8.2.3635/runtime/ |
| H A D | vim.desktop | 90 Comment[sv]=Redigera textfiler
|
| H A D | gvim.desktop | 90 Comment[sv]=Redigera textfiler
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | menu_sr_rs.ascii.vim | 54 menutrans &Select\ all<Tab>ggVG Izaberi\ sv&e<Tab>ggVG
|
| H A D | menu_sr_rs.iso_8859-2.vim | 56 menutrans &Select\ all<Tab>ggVG Izaberi\ sv&e<Tab>ggVG
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_sort.vim | 37 elseif v:collate =~? '^sv.*utf-\?8$'
|