Home
last modified time | relevance | path

Searched refs:rem (Results 1 – 25 of 49) sorted by relevance

12

/vim-8.2.3635/runtime/tools/
H A Dvim_vs_net.cmd1 @rem
3 @rem Tools->External Tools...
4 @rem Add
5 @rem Title - Vim
8 @rem Init Dir - Empty
9 @rem
11 @rem
14 @rem In Vim
16 @rem
17 @rem --servername VS_NET
[all …]
/vim-8.2.3635/src/
H A Dmsvc2015.bat3 rem See INSTALLpc.txt for information.
4 rem
5 rem Usage:
6 rem For x86 builds run this without options:
7 rem msvc2015
8 rem For x64 builds run this with "x86_amd64" option:
9 rem msvc2015 x86_amd64
10 rem This works on any editions including Express edition.
12 rem option:
13 rem msvc2015 x64
[all …]
H A Dmsvcsetup.bat1 rem To be used on MS-Windows when using the Visual C++ Toolkit 2003
2 rem See INSTALLpc.txt for information.
8 rem The platform SDK can be installed elsewhere, adjust the path.
10 rem call "e:\Microsoft Platform SDK\SetEnv.Cmd"
H A Dmsvc2008.bat2 rem To be used on MS-Windows for Visual C++ 2008 Express Edition
3 rem aka Microsoft Visual Studio 9.0.
4 rem See INSTALLpc.txt for information.
H A Dmsvc2010.bat2 rem To be used on MS-Windows for Visual C++ 2010 Express Edition
3 rem aka Microsoft Visual Studio 10.0.
4 rem See INSTALLpc.txt for information.
H A Dmsys64.bat2 rem To be used on MS-Windows for Msys2 with the 64 bit MinGW compiler.
3 rem Adjust the "c:\msys64" part to match your installation.
H A Dmsys32.bat2 rem To be used on MS-Windows for Msys2 with the 32 bit MinGW compiler.
3 rem Adjust the "c:\msys64" part to match your installation.
H A Dlist.c2268 int rem; in filter_map() local
2390 &newtv, &rem); in filter_map()
2419 else if (filtermap == FILTERMAP_FILTER && rem) in filter_map()
2457 if (filter_map_one(&tv, expr, filtermap, &newtv, &rem) == FAIL in filter_map()
2471 else if (rem) in filter_map()
2524 if (filter_map_one(&tv, expr, filtermap, &newtv, &rem) in filter_map()
2548 else if (!rem) in filter_map()
2571 &newtv, &rem) == FAIL) in filter_map()
2597 else if (filtermap == FILTERMAP_FILTER && rem) in filter_map()
H A Dspellfile.c5750 int rem; in offset2bytes() local
5755 rem = nr / 255; in offset2bytes()
5756 b2 = rem % 255 + 1; in offset2bytes()
5757 rem = rem / 255; in offset2bytes()
5758 b3 = rem % 255 + 1; in offset2bytes()
5759 b4 = rem / 255 + 1; in offset2bytes()
/vim-8.2.3635/runtime/syntax/
H A Ddosbatch.vim90 " Comments - usual rem but also two colons as first non-space is an idiom
91 syn match dosbatchComment "^rem\($\|\s.*$\)"lc=3 contains=dosbatchTodo,dosbatchSpecialChar,@dosbatc…
92 syn match dosbatchComment "^@rem\($\|\s.*$\)"lc=4 contains=dosbatchTodo,@dosbatchNumber,dosbatchVar…
94 syn match dosbatchComment "\s@rem\($\|\s.*$\)"lc=5 contains=dosbatchTodo,@dosbatchNumber,dosbatchVa…
97 " Comments in ()'s - still to handle spaces before rem
98 syn match dosbatchComment "(rem\([^)]\|\^\@<=)\)*"lc=4 contains=dosbatchTodo,@dosbatchNumber,dosbat…
105 syn keyword dosbatchImplicit path pause popd print prompt pushd rd recover rem
H A Dibasic.vim121 syn region ibasicComment start="^rem" end="$" contains=ibasicSpecial,ibasicTodo
122 syn region ibasicComment start=":\s*rem" end="$" contains=ibasicSpecial,ibasicTodo
H A Dmodel.vim19 syn keyword modelKeyword or procedure public read readln readonly record recursive rem rep
H A Dreva.vim41 syn keyword revaoperators m+ */ */mod m* um* m*/ um/mod fm/mod sm/rem
95 Builtin >rr ? ?do @execute @rem appdir argv as back base base! between chain cleanup-libs
H A Dbtm.vim44 "syn match btmComment "^\ *rem.*$" contains=btmTodo,btmShowTabc
50 syn match btmComment "^\ *rem.*$" contains=btmTodo
H A Dfreebasic.vim192 syn region freebasicComment start="^rem" end="$" contains=freebasicSpecial,freebasicTodo
193 syn region freebasicComment start=":\s*rem" end="$" contains=freebasicSpecial,freebasicTodo
H A Dsnobol4.vim63 …|fnclevel\|ftrace\|fullscan\|input\|lastno\|lcase\|maxlngth\|output\|parm\|rem\|rtntype\|stcount\|…
H A Dopl.vim63 " syn keyword OPLStatement rem
H A Dsdl.vim31 syn keyword sdlStatement parent provided referenced rem
H A Dlftp.vim59 \ rem[ote-completion]
/vim-8.2.3635/runtime/macros/
H A Dless.bat2 rem batch file to start Vim with less.vim.
3 rem Read stdin if no arguments were given.
4 rem Written by Ken Takata.
/vim-8.2.3635/runtime/ftplugin/
H A Ddosbatch.vim18 setlocal comments=b:rem,b:@rem,b:REM,b:@REM,:::
H A Dlogtalk.dict190 rem
/vim-8.2.3635/runtime/indent/
H A Ddosbatch.vim37 let l:prevl = substitute(getline(l:prevlnum), '\c^\s*\%(@\s*\)\?rem\>.*$', '', '')
/vim-8.2.3635/src/testdir/
H A DMake_ming.mak43 @rem without the +eval feature test_result.log is a copy of test.log
H A DMake_dos.mak31 @rem without the +eval feature test_result.log is a copy of test.log

12