| /vim-8.2.3635/src/ |
| H A D | regexp_nfa.c | 4129 copy_sub(&to->subs.norm, &from->subs.norm); in copy_pim() 4132 copy_sub(&to->subs.synt, &from->subs.synt); in copy_pim() 4342 && sub_equal(&thread->subs.norm, &subs->norm) in has_state_with_pos() 4345 || sub_equal(&thread->subs.synt, &subs->synt)) in has_state_with_pos() 4701 copy_sub(&thread->subs.norm, &subs->norm); in addstate() 4704 copy_sub(&thread->subs.synt, &subs->synt); in addstate() 4723 subs = addstate(l, state->out, subs, pim, off_arg); in addstate() 4730 subs = addstate(l, state->out, subs, pim, off_arg); in addstate() 4858 subs = addstate(l, state->out, subs, pim, off_arg); in addstate() 7008 copy_sub_off(&t->subs.norm, &pim->subs.norm); in nfa_regmatch() [all …]
|
| H A D | vim9.h | 447 subs_T subs; member
|
| H A D | vim9execute.c | 1818 subs_T *subs = &iptr->isn_arg.subs; in exec_instructions() local 1825 subs_instr.subs_instr = subs->subs_instr; in exec_instructions() 1833 res = do_cmdline(subs->subs_cmd, in exec_instructions() 5094 subs_T *subs = &iptr->isn_arg.subs; in list_instructions() local 5096 smsg("%s%4d SUBSTITUTE %s", pfx, current, subs->subs_cmd); in list_instructions() 5097 list_instructions(" ", subs->subs_instr, INT_MAX, NULL); in list_instructions()
|
| H A D | vim9compile.c | 9357 isn->isn_arg.subs.subs_cmd = vim_strsave(arg); in compile_substitute() 9358 isn->isn_arg.subs.subs_instr = instr; in compile_substitute() 10387 isn_T *list = isn->isn_arg.subs.subs_instr; in delete_instr() 10389 vim_free(isn->isn_arg.subs.subs_cmd); in delete_instr()
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | clojurecomplete.vim | 12 …l?","spit","split-at","split-with","str","string?","struct","struct-map","subs","subseq","subvec",…
|
| H A D | csscomplete.vim | 279 …, '"ss16"', '"ss17"', '"ss18"', '"ss19"', '"ss20"', '"ssty"', '"stch"', '"subs"', '"sups"', '"swsh…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | tips.txt | 281 Create a file "subs.vim" containing substitute commands and a :update 291 argdo source subs.vim
|
| H A D | version5.txt | 1135 ":g/pat2/s//pat2/g", causing the number of subs to be reported, used to cause
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | mupad.vim | 127 syn keyword mupadFunction subs subset subsex subsop substring sum
|
| H A D | clojure.vim | 32 …subs","clojure.core/subseq","clojure.core/subvec","clojure.core/supers","clojure.core/swap!","cloj…
|
| H A D | aml.vim | 35 … std stra[ighten] streamline streamlink streamo[rder] stri[pmap] subm[it] subs[elect] sum surface …
|
| H A D | maple.vim | 239 syn keyword mvLibrary FresnelC RootOf csch ilog plot3d subs
|
| H A D | perl.vim | 95 …locale\|mro\|open\|ops\|overload\|overloading\|re\|sigtrap\|sort\|strict\|subs\|threads\%(::shared…
|
| H A D | foxpro.vim | 289 syn match foxproFunc "\<subs\%[tr]\>\s*("me=e-1
|
| /vim-8.2.3635/src/auto/ |
| H A D | configure | 15880 . ./conf$$subs.sh || 15883 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` 15892 rm -f conf$$subs.sh 15934 ' <conf$$subs.awk | sed ' 15940 rm -f conf$$subs.awk 16303 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_search.vim | 467 call feedkeys(":%subs/the\<c-l>/xxx\<cr>", 'tx')
|