Home
last modified time | relevance | path

Searched refs:ws (Results 1 – 20 of 20) sorted by relevance

/vim-8.2.3635/src/
H A Dspell.c3486 int *ws; in spell_soundfold_wsal() local
3555 if (c != ws[0]) in spell_soundfold_wsal()
3626 if (c0 != ws[0]) in spell_soundfold_wsal()
3702 if (reslen > 0 && ws != NULL && *ws != NUL in spell_soundfold_wsal()
3709 if (ws != NULL) in spell_soundfold_wsal()
3714 ws++; in spell_soundfold_wsal()
3728 if (ws != NULL) in spell_soundfold_wsal()
3729 while (*ws != NUL && ws[1] != NUL in spell_soundfold_wsal()
3734 ws++; in spell_soundfold_wsal()
3737 if (ws == NULL) in spell_soundfold_wsal()
[all …]
H A Dos_unix.c4075 struct winsize ws; in mch_get_shellsize() local
4081 if (ioctl(fd, TIOCGWINSZ, &ws) == 0) in mch_get_shellsize()
4083 columns = ws.ws_col; in mch_get_shellsize()
4084 rows = ws.ws_row; in mch_get_shellsize()
4152 struct winsize ws; in mch_report_winsize() local
4154 ws.ws_col = cols; in mch_report_winsize()
4155 ws.ws_row = rows; in mch_report_winsize()
4156 ws.ws_xpixel = cols * 5; in mch_report_winsize()
4157 ws.ws_ypixel = rows * 10; in mch_report_winsize()
4158 retval = ioctl(tty_fd, TIOCSWINSZ, &ws); in mch_report_winsize()
H A Dgui_w32.c713 char_u *ws = NULL; in char_to_string() local
759 ws = utf16_to_enc(wstring, &len); in char_to_string()
760 if (ws == NULL) in char_to_string()
766 mch_memmove(string, ws, len); in char_to_string()
767 vim_free(ws); in char_to_string()
/vim-8.2.3635/runtime/syntax/
H A Dgdb.vim31 syn keyword gdbStatement contained tty und[isplay] unset until up watch whatis where while ws x
H A Ddosbatch.vim50 " Numbers - surround with ws to not include in dir and filenames
H A Drpl.vim236 syntax match rplIntrinsic "\(^\|\s\+\)\(st\|rc\)ws\ze\($\|\s\+\)"
H A Dpostscr.vim24 " Keyword characters - all 7-bit ASCII bar PS delimiters and ws
H A Dredif.vim720 …y\|pe\|ph\|pn\|pl\|pt\|pr\|qa\|re\|ro\|ru\|rw\|bl\|sh\|kn\|lc\|mf\|pm\|vc\|ws\|sm\|st\|sa\|sn\|rs\…
H A Dvim.vim37 …rse tgst titlelen toolbar tsr ttyfast tws ul ur ve vif vts wcr wi wildmenu winfixheight wiv wrap ws
/vim-8.2.3635/src/testdir/
H A Dtest_functions.vim379 Set ws = WScript.CreateObject("WScript.Shell")
380 Set shortcut = ws.CreateShortcut("Xlink.lnk")
381 shortcut.TargetPath = fs.BuildPath(ws.CurrentDirectory, "Xfile")
H A Dtest_python2.vim1852 ws = list(vim.windows)
1858 cb.append('w.valid: ' + repr([w.valid for w in ws]))
1863 del ws
H A Dtest_python3.vim2039 ws = list(vim.windows)
2045 cb.append('w.valid: ' + repr([w.valid for w in ws]))
2050 del ws
/vim-8.2.3635/runtime/
H A Doptwin.vim272 call <SID>BinOptionG("ws", &ws)
H A Dfiletype.vim2014 au BufNewFile,BufRead *.ws[fc] setf wsh
/vim-8.2.3635/runtime/doc/
H A Dvi_diff.txt1119 'wrapscan' 'ws' searches wrap around the end of the file
H A Dquickref.txt1007 'wrapscan' 'ws' searches wrap around the end of the file
H A Dtags1261 'ws' options.txt /*'ws'*
H A Doptions.txt9135 *'wrapscan'* *'ws'* *'nowrapscan'* *'nows'*
9136 'wrapscan' 'ws' boolean (default on) *E384* *E385*
H A Dtodo.txt2586 Example on http://www.calmar.ws/tmp/aap.html
H A Dversion7.txt7725 Problem: Crash when using WorkShop command ":ws foo". (Dominique Pelle)