Searched refs:terminated (Results 1 – 25 of 62) sorted by relevance
123
| /vim-8.2.3635/src/ |
| H A D | cindent.c | 1372 cin_iswhileofdo_end(int terminated) in cin_iswhileofdo_end() argument 2056 char_u terminated; in get_c_indent() local 2796 if (terminated == ',') in get_c_indent() 2801 if (terminated != ';' && cin_isinit()) in get_c_indent() 2805 if (terminated == 0 || terminated == '{') in get_c_indent() 2809 if (terminated != ';') in get_c_indent() 3127 if (terminated == ',') in get_c_indent() 3143 && terminated == ',')) in get_c_indent() 3191 if (terminated == ',') in get_c_indent() 3323 if (terminated == ',') in get_c_indent() [all …]
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | php.vim | 157 let s:terminated = '\%(\%(;\%(\s*\%(?>\|}\)\)\=\|<<<\s*[''"]\=\a\w*[''"]\=$\|^\s*}\|^\s*'.s:PHP_val… 238 while getline(trylnum) !~? s:terminated && getline(trylnum) !~? '{'.s:endline && trylnum > 1 293 if linec =~ s:terminated || linec =~ s:structureHead 771 let terminated = s:terminated 787 if previous_line =~ terminated || previous_line =~ s:structureHead 807 elseif (ind != b:PHP_default_indenting || last_line =~ '^[)\]]' ) && last_line =~ terminated 886 if last_line =~ terminated && last_line !~# s:defaultORcase 932 …dline && AntepenultimateLine !~? '^\s*use\>' || AntepenultimateLine =~ terminated || Antepenultima…
|
| H A D | j.vim | 37 " continues a block and is not terminated by "end."
|
| H A D | vim.vim | 104 " terminated dict.
|
| H A D | dtd.vim | 93 " terminated or not. If it isn’t, let Vim take care of that using
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | ptcap.vim | 60 " If editing a termcap file, an entry in the database is terminated by 61 " a (non-escaped) newline. Otherwise, it is terminated by a line which
|
| H A D | jproperties.vim | 88 " a definition is all up to the last non-\-terminated line; strictly, Java
|
| H A D | sqr.vim | 12 " as one open string, not one terminated and one open)
|
| H A D | mysql.vim | 40 syn keyword mysqlKeyword table tables temporary terminated to trailing type
|
| H A D | 8th.vim | 111 Builtin suspended app:suspended sysquit app:sysquit terminated app:terminated trap app:trap (here)…
|
| H A D | raku.vim | 361 " * It's empty and terminated on the same line (e.g. <> and < >)
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | context.vim | 128 if a:status < 0 " Assume the job was terminated
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | channel.txt | 873 "termsig" the signal which terminated the process 984 When {how} is omitted or is "term" the job will be terminated. 986 terminated forcedly (there is no "gentle" way).
|
| H A D | netbeans.txt | 824 terminated by a newline character.
|
| H A D | terminal.txt | 1374 TermdebugStopPre Before debugging ends, when gdb is terminated,
|
| H A D | eval.txt | 58 String A NUL terminated string of 8-bit unsigned characters (bytes). 7277 null-terminated string. 11293 to the file line by line, each line terminated by a NL and 13506 processing is terminated. Whether a function 13516 processing is not terminated. 13581 is terminated. 14314 script is not terminated, then. 14347 a new command. If you press CTRL-C at the prompt, the script is terminated.
|
| H A D | quickfix.txt | 325 If {expr} is a String, then each newline terminated
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_vimscript.vim | 1060 " On an interrupt, the script processing is terminated immediately. 1807 " terminated. 1895 " script processing is terminated. 1974 " terminated. 2772 " displayed when the script is terminated. In case of an interrupt
|
| H A D | test_spellfile.vim | 303 " SN_WORDS: non-NUL terminated word
|
| /vim-8.2.3635/src/xdiff/ |
| H A D | COPYING | 355 terminated so long as such parties remain in full compliance.
|
| /vim-8.2.3635/src/po/ |
| H A D | zh_TW.UTF-8.po | 3800 "Command terminated\n"
|
| H A D | zh_CN.cp936.po | 4238 "Command terminated\n"
|
| H A D | cs.cp1250.po | 3520 "Command terminated\n"
|
| H A D | cs.po | 3520 "Command terminated\n"
|
| H A D | zh_CN.po | 4238 "Command terminated\n"
|
123