| /vim-8.2.3635/src/ |
| H A D | channel.c | 319 for (part = PART_SOCK; part < PART_COUNT; ++part) in add_channel() 530 for (part = PART_SOCK; part < PART_IN; ++part) in channel_fd2channel() 704 for (part = PART_SOCK; part < PART_IN; ++part) in channel_gui_unregister() 1170 for (part = PART_SOCK; part < PART_COUNT; ++part) in channel_set_options() 1181 for (part = PART_SOCK; part < PART_COUNT; ++part) in channel_set_options() 3054 for (part = PART_SOCK; part < PART_IN; ++part) in channel_status() 3163 for (part = PART_SOCK; part < PART_IN; ++part) in channel_close() 3953 for (part = PART_SOCK; part < PART_IN; ++part) in channel_handle_events() 4387 for (part = PART_SOCK; part < PART_IN; ++part) in channel_poll_setup() 4434 for (part = PART_SOCK; part < PART_IN; ++part) in channel_poll_check() [all …]
|
| H A D | job.c | 49 opt->jo_io[part] = JIO_NULL; in handle_io() 51 opt->jo_io[part] = JIO_PIPE; in handle_io() 53 opt->jo_io[part] = JIO_FILE; in handle_io() 55 opt->jo_io[part] = JIO_BUFFER; in handle_io() 57 opt->jo_io[part] = JIO_OUT; in handle_io() 128 ch_part_T part; in get_job_options() local 203 opt->jo_io_name_buf[part]); in get_job_options() 221 if (opt->jo_io_buf[part] <= 0) in get_job_options() 1290 ch_part_T part; in job_start() local 1316 for (part = PART_OUT; part < PART_COUNT; ++part) in job_start() [all …]
|
| H A D | msys64.bat | 3 rem Adjust the "c:\msys64" part to match your installation.
|
| H A D | msys32.bat | 3 rem Adjust the "c:\msys64" part to match your installation.
|
| H A D | if_tcl.c | 1053 Tcl_Obj *part, *var; in winselfcmd() local 1055 part = Tcl_NewStringObj("row", -1); in winselfcmd() 1056 var = Tcl_ObjGetVar2(interp, objv[2], part, TCL_LEAVE_ERR_MSG); in winselfcmd() 1065 part = Tcl_NewStringObj("column", -1); in winselfcmd() 1066 var = Tcl_ObjGetVar2(interp, objv[2], part, TCL_LEAVE_ERR_MSG); in winselfcmd()
|
| /vim-8.2.3635/src/proto/ |
| H A D | channel.pro | 13 void ch_close_part(channel_T *channel, ch_part_T part); 20 readq_T *channel_peek(channel_T *channel, ch_part_T part); 22 char_u *channel_get(channel_T *channel, ch_part_T part, int *outlen); 23 void channel_consume(channel_T *channel, ch_part_T part, int len); 24 int channel_collapse(channel_T *channel, ch_part_T part, int want_nl); 33 void channel_set_nonblock(channel_T *channel, ch_part_T part); 34 int channel_send(channel_T *channel, ch_part_T part, char_u *buf_arg, int len_arg, char *fun);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | cweb.vim | 42 " part and the C/C++ part of a CWEB section; it is ended by the TeX part of
|
| H A D | gretl.vim | 20 " number with no fractional part or exponent 24 " floating point number with no integer part and optional exponent 26 " floating point number with no fractional part and optional exponent
|
| H A D | tex.vim | 198 " following used in the \part \chapter \section \subsection \subsubsection 380 …TexFold syn region texPartZone matchgroup=texSection start='\\part\>' end='\ze\s*\\\%(part\>\|… 381 …e matchgroup=texSection start='\\chapter\>' end='\ze\s*\\\%(chapter\>\|part\>\|end\s*{\s*docume… 382 …up=texSection start='\\section\>' end='\ze\s*\\\%(section\>\|chapter\>\|part\>\|end\s*{\s*docume… 385 …aragraph\>' end='\ze\s*\\\%(paragraph\>\|\%(sub\)*section\>\|chapter\>\|part\>\|end\s*{\s*docume… 391 …TexFold syn region texPartZone matchgroup=texSection start='\\part\>' end='\ze\s*\\\%(part\>\|… 392 …e matchgroup=texSection start='\\chapter\>' end='\ze\s*\\\%(chapter\>\|part\>\|end\s*{\s*docume… 393 …up=texSection start='\\section\>' end='\ze\s*\\\%(section\>\|chapter\>\|part\>\|end\s*{\s*docume… 394 … start='\\subsection\>' end='\ze\s*\\\%(\%(sub\)\=section\>\|chapter\>\|part\>\|end\s*{\s*docume… 396 …aragraph\>' end='\ze\s*\\\%(paragraph\>\|\%(sub\)*section\>\|chapter\>\|part\>\|end\s*{\s*docume… [all …]
|
| H A D | eviews.vim | 22 " number with no fractional part or exponent 26 " floating point number with no integer part and optional exponent 28 " floating point number with no fractional part and optional exponent
|
| H A D | lhaskell.vim | 73 " - \part, \chapter, \section, \subsection, \subsubsection, etc 75 if search('\\documentclass\|\\begin{\(code}\)\@!\|\\\(sub\)*section\|\\chapter|\\part','W') != 0
|
| H A D | r.vim | 74 " A title as part of a block is always at the beginning of the block, i.e. 223 " number with no fractional part or exponent 230 " floating point number with no integer part and optional exponent 232 " floating point number with no fractional part and optional exponent
|
| H A D | maxima.vim | 138 syn keyword maximaFunc outchar outermap outofpois packagefile pade part part2cont 215 " number with no fractional part or exponent 219 " floating point number with no integer part and optional exponent 221 " floating point number with no fractional part and optional exponent
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_channel_pipe.py | 42 for part in typed[10:-1].split('|'): 43 sys.stdout.write(part)
|
| H A D | test_largefile.vim | 3 " This is not run as part of "make test".
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | context.vim | 46 …\ 'beginsection' : '\\\%(start\)\=\%(\%(sub\)*section\|\%(sub\)*subject\|chapter\|part\|component\… 47 …\ 'endsection' : '\\\%(stop\)\=\%(\%(sub\)*section\|\%(sub\)*subject\|chapter\|part\|component\|… 85 …'?^$\|^\s*\\\(item\|start\|stop\|blank\|\%(sub\)*section\|chapter\|\%(sub\)*subject\|title\|part\)'
|
| H A D | abaqus.vim | 61 \ '\*part:\*end\s*part,' .
|
| H A D | swiftgyb.vim | 1 " This source file is part of the Swift.org open source project
|
| H A D | swift.vim | 1 " This source file is part of the Swift.org open source project
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | go.vim | 45 " previous line is part of a switch statement 56 " We want to outdent if it's part of a switch ("case foo:" or "default:").
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_12.txt | 115 The first part between \( \) matches "Last" \( \) 119 The second part between \( \) matches "First" \( \) 123 In the "to" part we have "\2" and "\1". These are called backreferences. 127 You can use up to nine backreferences in the "to" part of a substitute 221 When the text is only part of a file, you could move to the start of the text, 294 The "to" part of the substitute command is empty: "//". Thus it replaces
|
| H A D | usr_42.txt | 122 The <Tab> character in a menu name is used to separate the part that defines 123 the menu name from the part that gives a hint to the user. The part after the 219 When a menu command is used without a {keys} part, it lists the already 220 defined menus. You can specify a {menu-item}, or part of it, to list specific
|
| H A D | os_haiku.txt | 149 where the first part is the font family, the second part the style, and the 150 third part the size. You can use underscores instead of spaces in family and
|
| H A D | channel.txt | 448 let output = ch_readraw(channel, {"part": "err"}) 454 To read from the error output use the "part" option: 455 {"part": "err"} ~ 492 Close the "in" part of {handle}. See |channel-close-in|. 723 the part of the channel to return the status for: "out" or 725 ch_status(job, {"part": "err"}) 814 while ch_status(a:channel, {'part': 'out'}) == 'buffered' 1042 Note: when setting "mode" the part specific mode is 1043 overwritten. Therefore set "mode" first and the part 1097 Note: when setting "timeout" the part specific mode is [all …]
|
| H A D | usr_30.txt | 319 For the {directory} part you need to use your runtime directory. Look at 574 and middle part. 586 The {flags} part can be empty, as in this case. 629 middle part has an offset of one space. 630 The middle part "mb:*" starts with "m", which indicates it is a middle 631 part. The "b" flag means that a blank must follow the text. Otherwise Vim 633 The end part "ex:*/" has the "e" for identification. The "x" flag has a
|