Home
last modified time | relevance | path

Searched refs:scan (Results 1 – 25 of 30) sorted by relevance

12

/vim-8.2.3635/src/
H A Dregexp_bt.c2540 scan = OPERAND(scan); in bt_regcomp()
2543 if (OP(scan) == BOL || OP(scan) == RE_BOF) in bt_regcomp()
2546 scan = regnext(scan); in bt_regcomp()
2583 for (; scan != NULL; scan = regnext(scan)) in bt_regcomp()
2805 ++scan; in regrepeat()
2836 ++scan; in regrepeat()
4390 if (scan == NULL || OP(scan) != BRANCH) in regmatch()
4401 scan = OPERAND(scan); in regmatch()
4428 scan = regnext(scan); in regmatch()
4439 scan = OPERAND(scan); in regmatch()
[all …]
H A Dos_amiga.c1033 char scan[] = "\x9b""1;1;%d;%d r", in mch_get_shellsize() local
1034 answ[sizeof(scan) + 8] = { '\0' }; in mch_get_shellsize()
1040 if (sscanf(answ, scan, &Rows, &Columns) == 2) in mch_get_shellsize()
/vim-8.2.3635/.github/workflows/
H A Dcoverity.yml8 scan:
20 …wget -q https://scan.coverity.com/download/cxx/linux64 --post-data "token=$TOKEN&project=vim" -O c…
21 mkdir cov-scan
22 tar ax -f coverity_tool.tgz --strip-components=1 -C cov-scan
46 echo "$(pwd)/cov-scan/bin" >> $GITHUB_PATH
65 - name: Build/scan vim
71 tar zcf cov-scan.tgz cov-int
74 --form file=@cov-scan.tgz \
76 --form description="Automatic GHA scan" \
77 'https://scan.coverity.com/builds?project=vim'
/vim-8.2.3635/runtime/syntax/
H A Dlex.vim67 " void scan()
75 " scan();
H A Dcdrdaoconf.vim100 …\ '\<\(cdd2600\|generic-mmc\%(-raw\)\=\|plextor\%(-scan\)\|ricoh-mp6200\|sony-cdu9\%(20\|48\)\|tai…
H A Dlhaskell.vim67 " If no user preference, scan buffer for our guess of the markup to
H A Dnatural.vim127 syn keyword naturalOperator and or not eq ne gt lt ge le mask scan modified
H A Dsas.vim102 …epeat resolve reverse rewind right rms round rounde roundz saving savings scan sdf sec second sha2…
103 … rancomb ranexp rangam rannor ranperk ranperm ranpoi rantbl rantri ranuni scan set sleep softmax s…
185 …rantbl rantri ranuni repeat reverse right rms round rounde roundz savings scan sec second sha256he…
H A Dmush.vim67 syntax keyword mushFunction contained round s scan scramble search secs secure sent
H A Drexx.vim240 " always scan from start, PCs have long become to be powerful enough for that
H A Dtcl.vim26 syn keyword tclCommand registry regsub rename scan seek self set socket source
H A Dgnuplot.vim174 syn keyword gnuplotKeyword filetype avs edf png scan transpose dx dy dz
H A D8th.vim125 Builtin on? bt:on? read bt:read scan bt:scan service? bt:service? services? bt:services? write bt:…
H A Dfortran.vim235 syn keyword fortranIntrinsic scale scan selected_int_kind selected_real_kind set_exponent shape siz…
H A Dcss.vim425 syn keyword cssMediaProp contained width height orientation scan
H A Dfoxpro.vim649 syn match foxproEnBlk "^\s*\<scan\>"
/vim-8.2.3635/
H A DREADME.md3 …vim/vim?branch=master) [![Coverity Scan](https://scan.coverity.com/projects/241/badge.svg)](https:…
/vim-8.2.3635/runtime/pack/dist/opt/matchit/plugin/
H A Dmatchit.vim29 " This would require an option: how many lines to scan (default 1).
/vim-8.2.3635/runtime/keymap/
H A Drussian-typograph.vim157 " VK_OEM_5 key (scan code 2b)
/vim-8.2.3635/runtime/doc/
H A Dusr_44.txt537 where it is. For example, the following command tells Vim to scan backward
545 the editor the maximum number of lines to scan.
H A Dindent.txt619 Sets maximum scan distance of `searchpairpos()`. Larger values trade
621 0 will scan without limits. The default is 300.
H A Doptions.txt1890 . scan the current buffer ('wrapscan' is ignored)
1891 w scan buffers from other windows
1892 b scan other loaded buffers that are in the buffer list
1893 u scan the unloaded buffers that are in the buffer list
1894 U scan the buffers that are not in the buffer list
1895 k scan the files given with the 'dictionary' option
1897 k{dict} scan the file {dict}. Several "k" flags can be given,
1900 < s scan the files given with the 'thesaurus' option
1903 i scan current and included files
1904 d scan current and included files for defined name or macro
[all …]
H A Dquickfix.txt1448 codes can be used to scan these directory names; they will be stored in an
1908 them in an internal stack. The patterns possibly scan over
H A Drepeat.txt80 In a second scan the [cmd] is executed for each marked line, as if the cursor
/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim621 …ratio", "orientation", "max-resolution", "min-resolution", "resolution", "scan", "grid", "update-f…

12