Searched refs:linear (Results 1 – 21 of 21) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | tag.c | 1650 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 D | meson.vim | 115 " the start of the comment. synID() is slow, a linear search would take
|
| H A D | python.vim | 134 " the start of the comment. synID() is slow, a linear search would take
|
| H A D | rust.vim | 45 " the start of the comment. synID() is slow, a linear search would take
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | smil.vim | 81 syn keyword smilSpecial contained discrete linear spline parent layout
|
| H A D | lilo.vim | 70 syn keyword liloOption compact fix-table geometric ignore-table lba32 linear mandatory nowarn prompt
|
| H A D | maple.vim | 311 " Package: LREtools: manipulate linear recurrence relations {{{2 502 " Package: simplex: linear optimization {{{2
|
| H A D | css.vim | 132 syn region cssFunction contained matchgroup=cssFunctionName start="\<\(linear-\|radial-\|conic-\)\=… 354 syn match cssTransitionAttr contained "\<linear\(-gradient\)\@!\>"
|
| H A D | mp.vim | 214 syn keyword mpNewInternal Gmarks Gminlog Gpaths linear log 499 syn keyword mpNewInternal linear lntwo log mlogten singleinfinity
|
| H A D | maxima.vim | 115 syn keyword maximaFunc linear linechar linel linenum linsolve linsolve_params
|
| H A D | gnuplot.vim | 241 syn keyword gnuplotKeyword cntrparam linear cubicspline bspline points
|
| H A D | sqlanywhere.vim | 540 syn keyword sqlKeyword ld ldap left len linear lf ln level like
|
| H A D | lisp.vim | 75 syn keyword lispFunc <= find-package pprint-linear
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | tagsrch.txt | 380 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 D | gui_x11.txt | 480 background-image: -gtk-gradient(linear,
|
| H A D | message.txt | 566 can then be used, which is a lot faster than a linear search. If your tags
|
| H A D | options.txt | 7727 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 D | version5.txt | 2938 ":tjump tag" did a linear search in the tags file, which can be slow.
|
| H A D | version7.txt | 12529 Solution: When encountering a long name switch to linear search.
|
| H A D | version8.txt | 14343 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 D | csscomplete.vim | 119 …let timing_functions = ["cubic-bezier(", "steps(", "linear", "ease", "ease-in", "ease-in-out", "ea…
|