Home
last modified time | relevance | path

Searched refs:linear (Results 1 – 21 of 21) sorted by relevance

/vim-8.2.3635/src/
H A Dtag.c1650 int linear; // do a linear search in find_tags() local
1798 linear = (orgpat.headlen == 0 || !p_tbs || round == 2); in find_tags()
2173 if (linear || use_cscope) in find_tags()
2175 if (linear) in find_tags()
2195 linear = TRUE; in find_tags()
2749 if (stop_searching || linear || (!p_ic && noic) || orgpat.regmatch.rm_ic) in find_tags()
/vim-8.2.3635/runtime/indent/
H A Dmeson.vim115 " the start of the comment. synID() is slow, a linear search would take
H A Dpython.vim134 " the start of the comment. synID() is slow, a linear search would take
H A Drust.vim45 " the start of the comment. synID() is slow, a linear search would take
/vim-8.2.3635/runtime/syntax/
H A Dsmil.vim81 syn keyword smilSpecial contained discrete linear spline parent layout
H A Dlilo.vim70 syn keyword liloOption compact fix-table geometric ignore-table lba32 linear mandatory nowarn prompt
H A Dmaple.vim311 " Package: LREtools: manipulate linear recurrence relations {{{2
502 " Package: simplex: linear optimization {{{2
H A Dcss.vim132 syn region cssFunction contained matchgroup=cssFunctionName start="\<\(linear-\|radial-\|conic-\)\=…
354 syn match cssTransitionAttr contained "\<linear\(-gradient\)\@!\>"
H A Dmp.vim214 syn keyword mpNewInternal Gmarks Gminlog Gpaths linear log
499 syn keyword mpNewInternal linear lntwo log mlogten singleinfinity
H A Dmaxima.vim115 syn keyword maximaFunc linear linechar linel linenum linsolve linsolve_params
H A Dgnuplot.vim241 syn keyword gnuplotKeyword cntrparam linear cubicspline bspline points
H A Dsqlanywhere.vim540 syn keyword sqlKeyword ld ldap left len linear lf ln level like
H A Dlisp.vim75 syn keyword lispFunc <= find-package pprint-linear
/vim-8.2.3635/runtime/doc/
H A Dtagsrch.txt380 another try is done with a linear search. If you only want the linear search,
619 A tag file may be case-fold sorted to avoid a linear search when case is
H A Dgui_x11.txt480 background-image: -gtk-gradient(linear,
H A Dmessage.txt566 can then be used, which is a lot faster than a linear search. If your tags
H A Doptions.txt7727 use a binary search or a linear search in a tags file. Binary
7728 searching makes searching for a tag a LOT faster, but a linear search
7735 files. In certain situations, Vim will do a linear search instead for
7736 certain files, or retry all files with a linear search. When
7737 'tagbsearch' is off, only a linear search is done.
7746 instead of a normal tag name, a retry is done with a linear search.
7751 linear search can be avoided when case is ignored. Use a value of '2'
H A Dversion5.txt2938 ":tjump tag" did a linear search in the tags file, which can be slow.
H A Dversion7.txt12529 Solution: When encountering a long name switch to linear search.
H A Dversion8.txt14343 Solution: Check for CTRL-C less often when doing a linear search. (closes
15776 Problem: Detecting duplicate tags uses a slow linear search.
/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim119 …let timing_functions = ["cubic-bezier(", "steps(", "linear", "ease", "ease-in", "ease-in-out", "ea…