Home
last modified time | relevance | path

Searched refs:main (Results 1 – 25 of 201) sorted by relevance

123456789

/vim-8.2.3635/src/auto/
H A Dconfigure1970 main ()
2009 main ()
2022 main ()
2067 main ()
3003 main ()
3143 main ()
3207 main ()
3258 main ()
3299 main ()
3314 main ()
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_cscope.vim42 for cmd in ['cs find s main', 'cs find 0 main']
45 call assert_equal('main(void)', getline('.'))
47 call assert_match('\n(1 of 1): <<main>> main(void )', a)
68 call assert_match('\n(1 of 1): <<main>> test_mf_hash();', a)
86 call assert_equal('#include "main.c"', getline('.'))
97 call assert_equal('#include "main.c"', getline('.'))
226 call feedkeys(":cs find s main\<CR>", 't')
335 call assert_fails('cscope find s main', 'E567:')
H A Dtest_channel_6.py8 from test_channel import main, ThreadedTCPServer
15 main("::", 0, ThreadedTCP6Server)
H A Dtest_tagjump.vim293 \ "int main(int argc, char **argv)",
325 tag main
332 \ "int main"
496 \ 'main Xtest.c /^int main()$/;" f typeref:typename:int signature:()',
500 \ 'int main()',
532 \ 'main Xtest.c /^int main()$/;" f',
536 \ 'int main()',
631 \ 'main Xtest.h /^void test();$/;" f',
632 \ 'main Xtest.c /^int main()$/;" f',
633 \ 'main Xtest.x /^void test()$/;" f',
[all …]
H A Dtest_cindent.vim521 main ()
603 main()
937 int main ()
947 main()
953 main()
1486 main ()
1568 main()
1912 main()
1918 main()
2315 main(void)
[all …]
H A Dtest_makeencoding.py50 def main(): function
67 main()
H A Dtest_channel.py251 def main(host, port, server_class=ThreadedTCPServer): function
283 main("localhost", 0)
/vim-8.2.3635/runtime/doc/
H A Dusr_30.txt43 gcc -g -Wall -o prog main.c sub.c ~
44 main.c: In function 'main': ~
46 main.c: At top level: ~
47 main.c:10: parse error before '}' ~
51 "main.c" 11L, 111C ~
61 |int main() |
88 5 main.c: 10:parse error before '}' ~
98 2 main.c: In function 'main': ~
100 4 main.c: At top level: ~
135 make main.c
[all …]
H A Dusr_08.txt341 files. Let's take a file "main.c" and insert a few characters in one line.
343 "main.c~" will contain the previous version of the file.
346 vimdiff main.c~ main.c
366 |main.c~==============main.c==============|
380 The line that was deleted is displayed with "---" in the main.c window.
402 "main.c" file, then make a split and show the differences: >
404 :edit main.c
405 :vertical diffsplit main.c~
414 :edit main.c
415 :vertical diffpatch main.c.diff
[all …]
H A Dusr_11.txt99 1. .main.c.swp ~
101 file name: ~mool/vim/vim6/src/main.c ~
152 Found a swap file by the name ".main.c.swp" ~
154 file name: ~mool/vim/vim6/src/main.c ~
158 While opening file "main.c" ~
167 If this is the case, use ":recover" or "vim -r main.c" ~
169 If you did this already, delete the swap file ".main.c.swp" ~
249 Swap file ".main.c.swp" already exists! ~
H A Dos_mac.txt51 :e :src:main.c
52 :e src/main.c
53 < Edit the file "main.c" in the folder "src" in the current folder >
H A Ddoctags.c18 main(int argc, char **argv) in main() function
/vim-8.2.3635/runtime/spell/
H A Dmain.aap26 :child $l/main.aap
32 :child check/main.aap
H A Dcheck_locales.vim3 grep /sys env LANG/ */main.aap
/vim-8.2.3635/runtime/ftplugin/
H A Dzimbu.vim120 iabbr <buffer> <expr> main GCUpper("main")
168 \ " | iunabbr <buffer> main" ..
/vim-8.2.3635/src/VisVim/
H A DVsReadMe.txt24 This is the main header file for the DLL. It declares the
28 This is the main DLL source file. It contains the class CVisVimApp.
/vim-8.2.3635/runtime/tools/
H A Dblink.c12 main(void) in main() function
/vim-8.2.3635/src/po/
H A Dsjiscorr.c10 main(int argc, char **argv) in main() function
/vim-8.2.3635/runtime/macros/maze/
H A Dmaze.c1 char*M,A,Z,E=40,J[40],T[40];main(C){for(*J=A=scanf(M="%d",&C); in main() function
H A Dmazeansi.c1 char*M,A,Z,E=40,J[80],T[3];main(C){for(M=J+E,*J=A=scanf("%d",& in main() function
H A Dmazeclean.c11 main (C) in main() function
/vim-8.2.3635/src/proto/
H A Dmain.pro1 /* main.c */
/vim-8.2.3635/src/
H A Dos_vms_mms.c6 int main(int argc, char *argv[]) in main() function
H A Dkword_test.c77 main(void) in main() function
H A Dvimrun.c27 main(void) in main() function

123456789