Home
last modified time | relevance | path

Searched refs:needed (Results 1 – 25 of 148) sorted by relevance

123456

/vim-8.2.3635/src/
H A Dbufwrite.c260 int needed; in buf_write_bytes() local
311 needed = MultiByteToWideChar(enc_codepage, in buf_write_bytes()
314 if (needed == 0) in buf_write_bytes()
317 needed = MultiByteToWideChar(enc_codepage, in buf_write_bytes()
320 if (needed == 0) in buf_write_bytes()
330 needed = MultiByteToWideChar(enc_codepage, MB_ERR_INVALID_CHARS, in buf_write_bytes()
332 (LPWSTR)to, needed); in buf_write_bytes()
333 if (needed == 0) in buf_write_bytes()
339 to += needed * 2; in buf_write_bytes()
H A Dwindow.c853 int needed; in win_split_ins() local
900 needed = wmw1 + 1; in win_split_ins()
907 needed += minwidth; in win_split_ins()
923 needed += minwidth; in win_split_ins()
929 needed += minwidth; in win_split_ins()
990 needed += minheight; in win_split_ins()
1006 needed += minheight; in win_split_ins()
5920 int needed; in win_setminheight() local
5928 if (room >= needed) in win_setminheight()
5946 int needed; in win_setminwidth() local
[all …]
H A Dconfigure.ac988 AC_MSG_RESULT(needed)
990 AC_MSG_RESULT(not needed)
1651 int needed = 0;
1665 return !needed;
1697 int needed = 0;
1711 return !needed;
2326 dnl Check for -lXdmcp (needed on SunOS 4.1.4)
4321 AC_MSG_CHECKING(whether X_LOCALE needed)
4602 AC_MSG_CHECKING(linker --as-needed support)
4604 # Check if linker supports --as-needed and --no-as-needed options
[all …]
H A DINSTALLpc.txt45 needed to target Windows XP. But not older Windows versions (95, 98), see
215 This is needed to install |dotnet-1.1-sdk|. It also contains cvtres.exe,
216 which is needed to link Vim.
223 This contains some additional libraries needed to compile Vim,
281 At the end keep the checkbox checked to run msys2 now. If needed, you can
801 There is no need to build whole Ruby, just config.h is needed.
987 Both 64- and 32-bit versions are needed.
H A DINSTALL60 Add X windows clipboard support (also needed for GUI):
91 This is only needed for things that configure doesn't offer a specific argument
H A Dconfig.mk.in177 # work. This is needed when using the Makefile in the top directory.
/vim-8.2.3635/nsis/
H A DREADME.txt25 archive). Both 64- and 32-bit versions are needed and should be placed
48 Both 64- and 32-bit versions are needed.
/vim-8.2.3635/runtime/spell/
H A DREADME.txt81 3. Include needed parts from the aspell phonetic dictionary to the aff files. For
82 example add the relevant SAL lines to the .aff file (this is needed to make good
112 Add needed lines from /usr/share/i18n/SUPPORTED
/vim-8.2.3635/runtime/syntax/
H A Dgpg.vim43 \ command-fd comment completes-needed compress
50 \ local-user logger-fd marginals-needed max-cert-depth
H A Ddracula.vim56 "Modify the following as needed. The trade-off is performance versus
H A Dpsl.vim54 "Modify the following as needed. The trade-off is performance versus functionality.
H A Dmix.vim18 " marks are needed
/vim-8.2.3635/READMEdir/
H A DREADME_amisrc.txt8 The Amiga source archive contains the files needed to compile Vim on the
H A DREADME_src.txt3 The source archive contains the files needed to compile Vim on Unix systems.
H A DREADME_srcdos.txt8 The DOS source archive contains the files needed to compile Vim on MS-Windows.
/vim-8.2.3635/src/testdir/
H A Dsetup_gui.vim18 " cache directory. Only needed for Unix.
H A Dtest_hlsearch.vim9 " redraw is needed to make hlsearch highlight the matches
H A Druntest.vim41 " If preparation for each Test_ function is needed, define a SetUp function.
44 " If cleanup after each Test_ function is needed, define a TearDown function.
89 " g:orig_encoding if needed.
/vim-8.2.3635/runtime/spell/yi/
H A Dmain.aap34 # Fetch the word list when needed.
/vim-8.2.3635/src/GvimExt/
H A DMake_ming.mak8 # for automatic pseudo-rebasing, if needed by the system. ALV 2004-02-29
/vim-8.2.3635/runtime/compiler/
H A Dsplint.vim47 " needed to satisfy precondition:
/vim-8.2.3635/runtime/spell/hu/
H A Dhu_HU.diff77 ! # There are soooo many affixes. Postpone the prefixes to keep the time needed
/vim-8.2.3635/runtime/doc/
H A Dtips.txt98 - The GNU id-tools installed (mkid is needed to create ID and lid is needed to
306 example, setting the prompt). Put the stuff that is not needed after these
317 (the backslash is needed to include the space in the option).
H A Dxxd.man142 Rewind stdin before reading; needed because the `cat' has already read
156 However, this is a rare situation and the use of `+' is rarely needed.
H A Dpi_vimball.txt108 are needed as indicated by the vimball.
252 the vimball specified were needed. Fixed.

123456