Home
last modified time | relevance | path

Searched refs:wn (Results 1 – 19 of 19) sorted by relevance

/vim-8.2.3635/src/
H A Dos_win32.c3318 WCHAR *wn; in mch_is_symbolic_link() local
3366 WCHAR *wn; in win32_fileinfo() local
3486 WCHAR *wn; in mch_nodetype() local
3545 WCHAR *wn; in mch_get_acl()
3572 wn, in mch_get_acl()
3586 vim_free(wn); in mch_get_acl()
4779 vim_free(wn); in mch_call_shell()
5095 WCHAR *wn; in job_io_file_open() local
6827 WCHAR *wn; in mch_remove() local
7028 WCHAR *wn; in mch_access() local
[all …]
H A Dgui_w32.c2430 WCHAR *wn; in add_tabline_popup_menu_entry() local
2434 if (wn == NULL) in add_tabline_popup_menu_entry()
2444 vim_free(wn); in add_tabline_popup_menu_entry()
6475 WCHAR *wn; in gui_mch_add_menu() local
6479 if (wn == NULL) in gui_mch_add_menu()
6494 vim_free(wn); in gui_mch_add_menu()
6607 WCHAR *wn; in gui_mch_add_menu_item() local
6610 if (wn != NULL) in gui_mch_add_menu_item()
6616 vim_free(wn); in gui_mch_add_menu_item()
7431 WCHAR *wn; in nCopyAnsiToWideChar() local
[all …]
H A Dmisc1.c1663 WCHAR *wn, *wp; in vim_getenv() local
1670 wn = enc_to_utf16(name, NULL); in vim_getenv()
1671 if (wn == NULL) in vim_getenv()
1674 wp = _wgetenv(wn); in vim_getenv()
1675 vim_free(wn); in vim_getenv()
H A Dfilepath.c3354 WCHAR *wn = NULL; // UCS-2 name, NULL when not used. in dos_expandpath() local
3464 wn = enc_to_utf16(buf, NULL); in dos_expandpath()
3465 if (wn != NULL) in dos_expandpath()
3466 hFind = FindFirstFileW(wn, &wfb); in dos_expandpath()
3536 vim_free(wn); in dos_expandpath()
H A Dfileio.c4773 WCHAR *wn = NULL; // UTF-16 name, NULL when not used. in readdir_core() local
4805 wn = enc_to_utf16(buf, NULL); in readdir_core()
4806 if (wn != NULL) in readdir_core()
4807 hFind = FindFirstFileW(wn, &wfd); in readdir_core()
4876 vim_free(wn); in readdir_core()
/vim-8.2.3635/src/testdir/
H A Dtest_startup.vim178 let [wn, wh1, wh2, ln, ww1, ww2, cn, bn1, bn2] = readfile('Xtestout')
179 call assert_equal('2', wn)
190 let [wn, wh1, wh2, ln, ww1, ww2, cn, bn1, bn2] = readfile('Xtestout')
191 call assert_equal('2', wn)
210 let [wn, wh1, wh2, ln, ww1, ww2, cn, bn1, bn2] = readfile('Xtestout')
211 call assert_equal('2', wn)
222 let [wn, wh1, wh2, ln, ww1, ww2, cn, bn1, bn2] = readfile('Xtestout')
223 call assert_equal('2', wn)
H A Dtest_signs.vim32 let wn = winnr()
40 call assert_notequal(wn, winnr())
/vim-8.2.3635/runtime/doc/
H A Dif_perl.txt171 VIM::Windows([{wn}...]) With no arguments, returns a list of all the windows
174 {wn}, returns a list of the windows with those
H A Dquickref.txt1248 |:wn| :wn[ext][!] write file and edit next file
1249 |:wn| :wn[ext][!] {file} write to {file} and edit next file, unless
H A Dediting.txt754 *:wn* *:wnext*
755 :[count]wn[ext] [++opt]
759 :[count]wn[ext] [++opt] {file}
765 :[count]wn[ext]! [++opt] {file}
H A Dindex.txt1734 |:wnext| :wn[ext] write to a file and go to next file in
H A Dtags3473 :wn editing.txt /*:wn*
H A Doptions.txt6882 for reading a file (useful for ":wn" or when 'autowrite' on)
/vim-8.2.3635/runtime/syntax/
H A Ddcl.vim27 syn keyword dclInstr aut[ogen] dis[mount] ini[tialize] pat[ch] spa[wn]
H A Dfstab.vim75 syn match fsOptionsKeywords contained /\<\%([ug]id\|o\%(wn\|th\)mask\)=/ nextgroup=fsOptionsNumber
H A Dinform.vim137 syn keyword informLibVariable parser_one parser_two listing_together wn
H A Dvim.vim22 …cld[o] tj[ump] tlu tno[remap] tu[nmenu] undol[ist] v vie[w] vne[w] wh[ile] wn[ext] wv[iminfo] xmen…
/vim-8.2.3635/runtime/keymap/
H A Dkorean-dubeolsik_utf-8.vim331 wn
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim10257 if !search('^\.\/$\|\s\.\/$','wn')
10261 if !search('^\.\.\/$\|\s\.\.\/$','wn')