Home
last modified time | relevance | path

Searched refs:subs (Results 1 – 16 of 16) sorted by relevance

/vim-8.2.3635/src/
H A Dregexp_nfa.c4129 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 Dvim9.h447 subs_T subs; member
H A Dvim9execute.c1818 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 Dvim9compile.c9357 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 Dclojurecomplete.vim12 …l?","spit","split-at","split-with","str","string?","struct","struct-map","subs","subseq","subvec",…
H A Dcsscomplete.vim279 …, '"ss16"', '"ss17"', '"ss18"', '"ss19"', '"ss20"', '"ssty"', '"stch"', '"subs"', '"sups"', '"swsh…
/vim-8.2.3635/runtime/doc/
H A Dtips.txt281 Create a file "subs.vim" containing substitute commands and a :update
291 argdo source subs.vim
H A Dversion5.txt1135 ":g/pat2/s//pat2/g", causing the number of subs to be reported, used to cause
/vim-8.2.3635/runtime/syntax/
H A Dmupad.vim127 syn keyword mupadFunction subs subset subsex subsop substring sum
H A Dclojure.vim32subs","clojure.core/subseq","clojure.core/subvec","clojure.core/supers","clojure.core/swap!","cloj…
H A Daml.vim35 … std stra[ighten] streamline streamlink streamo[rder] stri[pmap] subm[it] subs[elect] sum surface …
H A Dmaple.vim239 syn keyword mvLibrary FresnelC RootOf csch ilog plot3d subs
H A Dperl.vim95 …locale\|mro\|open\|ops\|overload\|overloading\|re\|sigtrap\|sort\|strict\|subs\|threads\%(::shared…
H A Dfoxpro.vim289 syn match foxproFunc "\<subs\%[tr]\>\s*("me=e-1
/vim-8.2.3635/src/auto/
H A Dconfigure15880 . ./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 Dtest_search.vim467 call feedkeys(":%subs/the\<c-l>/xxx\<cr>", 'tx')