Searched refs:ws (Results 1 – 20 of 20) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | spell.c | 3486 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 D | os_unix.c | 4075 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 D | gui_w32.c | 713 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 D | gdb.vim | 31 syn keyword gdbStatement contained tty und[isplay] unset until up watch whatis where while ws x
|
| H A D | dosbatch.vim | 50 " Numbers - surround with ws to not include in dir and filenames
|
| H A D | rpl.vim | 236 syntax match rplIntrinsic "\(^\|\s\+\)\(st\|rc\)ws\ze\($\|\s\+\)"
|
| H A D | postscr.vim | 24 " Keyword characters - all 7-bit ASCII bar PS delimiters and ws
|
| H A D | redif.vim | 720 …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 D | vim.vim | 37 …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 D | test_functions.vim | 379 Set ws = WScript.CreateObject("WScript.Shell") 380 Set shortcut = ws.CreateShortcut("Xlink.lnk") 381 shortcut.TargetPath = fs.BuildPath(ws.CurrentDirectory, "Xfile")
|
| H A D | test_python2.vim | 1852 ws = list(vim.windows) 1858 cb.append('w.valid: ' + repr([w.valid for w in ws])) 1863 del ws
|
| H A D | test_python3.vim | 2039 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 D | optwin.vim | 272 call <SID>BinOptionG("ws", &ws)
|
| H A D | filetype.vim | 2014 au BufNewFile,BufRead *.ws[fc] setf wsh
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | vi_diff.txt | 1119 'wrapscan' 'ws' searches wrap around the end of the file
|
| H A D | quickref.txt | 1007 'wrapscan' 'ws' searches wrap around the end of the file
|
| H A D | tags | 1261 'ws' options.txt /*'ws'*
|
| H A D | options.txt | 9135 *'wrapscan'* *'ws'* *'nowrapscan'* *'nows'* 9136 'wrapscan' 'ws' boolean (default on) *E384* *E385*
|
| H A D | todo.txt | 2586 Example on http://www.calmar.ws/tmp/aap.html
|
| H A D | version7.txt | 7725 Problem: Crash when using WorkShop command ":ws foo". (Dominique Pelle)
|