Home
last modified time | relevance | path

Searched refs:cont (Results 1 – 25 of 65) sorted by relevance

123

/vim-8.2.3635/src/
H A Dlink.sh57 cont=yes
58 while test -n "$cont"; do
80 cont=
84 cont=
88 cont=
H A Dfold.c584 int cont; in foldCreate() local
655 for (cont = 0; i + cont < gap->ga_len; ++cont) in foldCreate()
656 if (fp[cont].fd_top > end_rel) in foldCreate()
658 if (cont > 0 && ga_grow(&fold_ga, cont) == OK) in foldCreate()
667 if (end_rel < fp[cont - 1].fd_top + fp[cont - 1].fd_len - 1) in foldCreate()
668 end_rel = fp[cont - 1].fd_top + fp[cont - 1].fd_len - 1; in foldCreate()
670 mch_memmove(fold_ga.ga_data, fp, sizeof(fold_T) * cont); in foldCreate()
671 fold_ga.ga_len += cont; in foldCreate()
672 i += cont; in foldCreate()
676 for (j = 0; j < cont; ++j) in foldCreate()
[all …]
H A Dgui_at_fs.c182 static void SFmotionList(Widget w, XtPointer np, XMotionEvent *event, Boolean *cont);
804 Boolean *cont UNUSED) in SFbuttonPressList()
814 Boolean *cont UNUSED) in SFbuttonReleaseList()
1610 Boolean *cont UNUSED) in SFenterList()
1635 Boolean *cont UNUSED) in SFleaveList()
1651 Boolean *cont UNUSED) in SFmotionList()
2099 Boolean *cont UNUSED) in SFexposeList()
2112 Boolean *cont UNUSED) in SFmodVerifyCallback()
H A Dgui_motif.c2409 Boolean *cont UNUSED) in keyhit_callback()
3160 Boolean *cont UNUSED) in toolbarbutton_enter_cb()
3176 Boolean *cont UNUSED) in toolbarbutton_leave_cb()
H A Dregexp_bt.c2237 int cont = TRUE; in regconcat() local
2241 while (cont) in regconcat()
2249 cont = FALSE; in regconcat()
H A Dregexp_nfa.c2407 int cont = TRUE; in nfa_regconcat() local
2410 while (cont) in nfa_regconcat()
2418 cont = FALSE; in nfa_regconcat()
H A Dclipboard.c1548 Boolean *cont UNUSED) in clip_x11_timestamp_cb()
H A Dgui_athena.c2046 Boolean *cont UNUSED) in keyhit_callback()
/vim-8.2.3635/src/testdir/
H A Dtest_debugger.vim218 call RunDbgCmd(buf, 'cont', [
222 call RunDbgCmd(buf, 'cont', [
233 call RunDbgCmd(buf, 'cont')
280 call RunDbgCmd(buf, 'cont')
339 call RunDbgCmd(buf, 'cont')
1023 call RunDbgCmd(buf, 'cont')
1091 call RunDbgCmd(buf, 'cont')
1113 call RunDbgCmd(buf, 'cont')
1120 call RunDbgCmd(buf, 'cont')
1126 call RunDbgCmd(buf, 'cont')
[all …]
H A Dtest_smartindent.vim76 call assert_equal([' abc', ' /*', ' * comment', ' * cont',
H A Dtest_startup.vim1180 call WaitForAssert({-> assert_equal('Entering Debug mode. Type "cont" to continue.',
/vim-8.2.3635/src/libvterm/t/
H A D32state_flow.test12 ?lineinfo 1 = cont
26 ?lineinfo 1 = cont
/vim-8.2.3635/runtime/doc/
H A Dft_raku.txt71 iabbrev <buffer> !(cont) ∌
87 iabbrev <buffer> (cont) ∋
H A Dusr_02.txt557 for the "cont" debug command: >
558 :help >cont
H A Drepeat.txt801 *>cont*
802 cont Continue execution until the next breakpoint is hit.
846 ":cont", ":next", ":finish" (or shorter).
H A Dhelphelp.txt67 :help cont<Ctrl-D>
/vim-8.2.3635/runtime/ftplugin/
H A Draku.vim65 iabbrev <buffer> !(cont) ∌
81 iabbrev <buffer> (cont) ∋
/vim-8.2.3635/runtime/indent/
H A Djavascript.vim297 " encloses the entire context, 'cont' if whether a:firstline is a continued
299 function s:IsContOne(cont) argument
302 let ind = indent('.') + !a:cont
306 elseif !a:cont || b_l || ind < indent(a:firstline)
/vim-8.2.3635/runtime/syntax/
H A Dmgp.vim23 syn keyword mgpCommand contained right shrink lcutin rcutin cont xfont vfont
H A Dgdb.vim37 syn keyword gdbStatement c cont p py
H A Drpl.vim41 syntax match rplControl "\(^\|\s\+\)cont\ze\($\|\s\+\)"
H A Dfoxpro.vim354 syn match foxproCmd "^\s*\<cont\%[inue]\>"
/vim-8.2.3635/src/po/
H A Dca.po352 msgstr "E104: El d�graf cont� car�cters d'escapada"
505 msgstr "La llista de variables cont� un ; doble"
521 msgstr "E710: La llista cont� m�s elements que valors per assignar"
524 msgstr "E711: La llista no cont� prou elements"
1121 msgid "Entering Debug mode. Type \"cont\" to continue."
1122 msgstr "Mode de depuraci�. Escriviu \"cont\" per a continuar."
3495 msgstr "Recuperaci� completada. El buffer cont� el mateix que el fitxer."
4565 msgstr "E378: 'errorformat' no cont� cap patr�"
4782 msgstr "E875: (NFA) (En convertir de postfix a NFA), la pila cont� massa estats"
5006 msgstr "E770: El fitxer d'ortografia cont� una secci� no suportada"
[all …]
H A Dpt_BR.po1105 msgid "Entering Debug mode. Type \"cont\" to continue."
1106 msgstr "Entrando modo de depuração. Digite \"cont\" para continuar."
4277 msgstr "E595: contém caracteres não-imprimíveis ou largos"
4632 msgstr "E378: 'errorformat' não contém nenhum padrão"
5343 msgstr "E765: 'spellfile' não contém %ld elementos"
6303 msgstr "E445: Outra janela contém alterações"
H A Dzh_TW.UTF-8.po776 msgid "Entering Debug mode. Type \"cont\" to continue."
777 msgstr "進入除錯模式. 輸入 \"cont\" 以回到正常模式."

123