Home
last modified time | relevance | path

Searched refs:lcs (Results 1 – 14 of 14) sorted by relevance

/vim-8.2.3635/src/xdiff/
H A Dxhistogram.c206 if (lcs->end1 - lcs->begin1 < ae - as || rc < index->cnt) { in try_lcs()
207 lcs->begin1 = as; in try_lcs()
208 lcs->begin2 = bs; in try_lcs()
209 lcs->end1 = ae; in try_lcs()
210 lcs->end2 = be; in try_lcs()
255 struct region *lcs, in find_lcs() argument
319 struct region lcs; in histogram_diff() local
341 memset(&lcs, 0, sizeof(lcs)); in histogram_diff()
348 if (lcs.begin1 == 0 && lcs.begin2 == 0) { in histogram_diff()
367 line1 = lcs.end1 + 1; in histogram_diff()
[all …]
/vim-8.2.3635/src/
H A Ddrawline.c2160 int lcs = wp->w_lcs_chars.tab2; in win_line() local
2170 lcs = wp->w_lcs_chars.tab3; in win_line()
2171 p += mb_char2bytes(lcs, p); in win_line()
2172 n_extra += mb_char2len(lcs) in win_line()
/vim-8.2.3635/src/testdir/
H A Dtest_highlight.vim73 let save_lcs = &lcs
79 let &lcs = save_lcs
633 set list lcs=eol:$,tab:>-,space:.,trail:_,extends:>,precedes:<,conceal:*,nbsp:#
H A Dtest_cscope.vim93 let a = execute('lcs find e ^\#includ.')
H A Dtest_listchars.vim497 " Closing window with local lcs-multispace should not cause a memory leak.
/vim-8.2.3635/runtime/doc/
H A Dif_cscop.txt96 `:lcscope` or `:lcs` uses the location list, see |:lcscope|
222 *:lcscope* *:lcs*
H A Dtags426 'lcs' options.txt /*'lcs'*
2636 :lcs if_cscop.txt /*:lcs*
7720 lcs-conceal options.txt /*lcs-conceal*
7721 lcs-eol options.txt /*lcs-eol*
7722 lcs-extends options.txt /*lcs-extends*
7723 lcs-lead options.txt /*lcs-lead*
7725 lcs-nbsp options.txt /*lcs-nbsp*
7726 lcs-precedes options.txt /*lcs-precedes*
7727 lcs-space options.txt /*lcs-space*
7728 lcs-tab options.txt /*lcs-tab*
[all …]
H A Doptions.txt4930 :set list lcs=tab:\ \
4941 *lcs-eol*
4945 *lcs-tab*
4966 *lcs-space*
4969 *lcs-multispace*
4978 *lcs-lead*
4984 < *lcs-trail*
4988 *lcs-extends*
4992 *lcs-precedes*
4996 *lcs-conceal*
[all …]
H A Dquickref.txt788 'listchars' 'lcs' characters for displaying in list mode
H A Dindex.txt1399 |:lcscope| :lcs[cope] like ":cscope" but uses location list
/vim-8.2.3635/runtime/syntax/
H A Dsplint.vim173 syn keyword splintGlobalFlag contained larchpath lclexpect lclimportdir lcs lh
H A Dsicad.vim245 syn keyword sicadStatement lasso lbdes lcs ldesk ldesks
H A Dvim.vim27 … gui helpg[rep] ia imp is[earch] kee[pmarks] lNf[ile] laddf[ile] lbe[fore] lcs lex[pr] lgete[xpr] …
39 …uioptions hh hkmapp iconstring imcmdline imst indentexpr isf joinspaces kp lcs lm luadll makeprg m…
/vim-8.2.3635/runtime/
H A Doptwin.vim390 call <SID>OptionG("lcs", &lcs)