Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 78) sorted by relevance

1234

/vim-8.2.3635/src/xdiff/
H A Dxpatience.c89 int pass) in insert_record() argument
91 xrecord_t **records = pass == 1 ? in insert_record()
112 if (pass == 2) in insert_record()
114 if (pass == 1 || map->entries[index].line2) in insert_record()
120 if (pass == 2) in insert_record()
H A Dxprepare.c58 static int xdl_classify_record(unsigned int pass, xdlclassifier_t *cf, xrecord_t **rhash,
60 static int xdl_prepare_ctx(unsigned int pass, mmfile_t *mf, long narec, xpparam_t const *xpp,
110 static int xdl_classify_record(unsigned int pass, xdlclassifier_t *cf, xrecord_t **rhash, in xdl_classify_record() argument
148 (pass == 1) ? rcrec->len1++ : rcrec->len2++; in xdl_classify_record()
160 static int xdl_prepare_ctx(unsigned int pass, mmfile_t *mf, long narec, xpparam_t const *xpp, in xdl_prepare_ctx() argument
213 xdl_classify_record(pass, cf, rhash, hbits, crec) < 0) in xdl_prepare_ctx()
/vim-8.2.3635/runtime/ftplugin/
H A Dhog.vim24 …ne\\|dynamicdetection\\|activate\\|alert\\|drop\\|block\\|dynamic\\|log\\|pass\\|reject\\|sdrop\\|…
33 \ '\|activate\|alert\|drop\|block\|dynamic\|log\|pass\|reject' .
H A Dspec.vim35 pass
/vim-8.2.3635/src/testdir/
H A Dtest_profile.vim156 " - Foo1() should pass 'if' block.
157 " - Foo2() should pass 'elseif' block.
158 " - Foo3() should pass 'else' block.
283 " - Foo1() should pass 'try' 'finally' blocks.
284 " - Foo2() should pass 'catch' 'finally' blocks.
285 " - Foo3() should not pass 'endtry'.
H A Dtest_spellfile.vim953 " pass 0 tests without NOCOMPOUNDSUGS, pass 1 tests with NOCOMPOUNDSUGS
954 for pass in [0, 1]
955 if pass == 0
977 if pass == 0
H A Dtest_xxd.vim58 " For these tests to pass, the fileformat must be "unix".
/vim-8.2.3635/runtime/autoload/
H A Dpython3complete.vim173 pass
413 pass
538 if tokentype == DEDENT or token == "pass":
586 pass
H A Dpythoncomplete.vim191 pass
431 pass
556 if tokentype == DEDENT or token == "pass":
604 pass
/vim-8.2.3635/runtime/syntax/
H A Dcheetah.vim19 syn keyword cheetahKeyword contained while repeat break continue pass end
H A Dipfilter.vim22 syn keyword IPFActionPass pass
H A Dfetchmail.vim39 syn keyword fetchmailUserOpts contained user[name] is to pass[word] ssl
H A Daap.vim66 syn match aapCommand '^\s*:pass\>'
H A Dtads.vim22 syn keyword tadsStatement goto break return continue pass
H A Dmoo.vim95 …move notify object_bytes open_network_connection output_delimiters parent pass players properties …
/vim-8.2.3635/runtime/doc/
H A Dft_rust.txt113 Set this option to a string of options to pass to 'rustfmt'. The
166 pass to rustc --pretty. Otherwise it will default to
H A Dpi_logipat.txt94 are needed to pass normal patterns to LogiPat, and
H A Dos_qnx.txt26 compile for X11, pass the --with-x option to configure. Otherwise, running
H A Dpopup.txt164 pass the buffer number to popup_create(). Example: >
600 If you want to create a new buffer yourself use |bufadd()| and pass the buffer
908 Normally the key is what results after any mapping, since the keys pass on as
926 Keys coming from a `:normal` command do not pass through the filter. This can
1031 " No shortcut, pass to generic filter
H A Dos_amiga.txt104 To pass all these problems for now you can either run:
/vim-8.2.3635/runtime/indent/testdir/
H A DREADME.txt91 the test will pass and create a FILETYPE.out file, which is identical to the
/vim-8.2.3635/
H A DCONTRIBUTING.md18 pass after the fix. Look through recent patches for examples and find help
/vim-8.2.3635/src/
H A DINSTALLx.txt28 cross-compiling so we need to pass the results these checks would produce via
H A Dvim9execute.c1910 int pass; in exec_instructions() local
1915 for (pass = 1; pass <= 2; ++pass) in exec_instructions()
1923 if (pass == 2) in exec_instructions()
1927 if (pass == 2) in exec_instructions()
1930 if (pass == 1) in exec_instructions()
/vim-8.2.3635/runtime/indent/
H A Dpython.vim166 if getline(plnum) =~ '^\s*\(break\|continue\|raise\|return\|pass\)\>'

1234