Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 153) sorted by relevance

1234567

/vim-8.2.3635/runtime/syntax/
H A Dcontext.vim34 syn region contextOptions matchgroup=contextDelimiter start='\[' end=']\|\ze\\stop' skip='\\\[…
43 syn match contextBlockDelim '\\\%(start\|stop\)\a\+' contains=@NoSpell
50 \ end='\\stop\z1' contains=plaintexComment keepend
57 syn match contextPreProc '^\s*\\\%(start\|stop\)\=\%(component\|environment\|project\|product\…
67 \ end='\\stop\z1'
71 \ end='\\stop\z1'
98 \ 'end=+\\stop' . s:context_include[synname] . '+'
102 syn match contextSectioning '\\\%(start\|stop\)\=\%(\%(sub\)*section\|\%(sub\)*subject\|chapter\|…
H A Dupstart.vim46 syn keyword upstartStatement on start stop
52 syn keyword upstartOption pre-start post-start pre-stop post-stop
65 " 'options' for start/stop on
H A Dinitng.vim10 " in the hiliting to start/stop {} blocks. Requires vim 6.3 or later.
29 syn region initngAction matchgroup=initngActionHeader start="^\s*\(script start\|script stop\|scr…
46 syn match initngServiceKeywords /\(script\|exec\(_args\)\?\) \(start\|stop\|daemon\)/ contained
H A Dgdb.vim30 syn keyword gdbStatement contained stop target tbreak tdump tfind thbreak thread tp trace tstart ts…
63 syn match gdbSet "\<stop-on-solib-events\>"
H A Daml.vim49 …s restrictions run save security select set sleep sort special form spool stop items system variab…
59 …s select self setchar severity show sidebar single size staggered station stop stripe sys system t…
63 syn keyword amlOutput contained inform warning error pause stop tty ty type
102 syn match amlTab "^ *q stop"
103 syn match amlTab "^ *quit stop"
116 syn region amlSkip matchgroup=amlOutput start="&stop" end="$" contains=amlVar
H A Dsieve.vim34 syn keyword sievePreProc require stop
H A Dlotos.vim31 syn keyword lotosStatement i stop exit noexit
H A Dkwt.vim17 " Don't stop at eol, messes around with CPP mode, but gives line spanning
H A D8th.vim179 Builtin line-info dbg:line-info prompt dbg:prompt stop dbg:stop trace dbg:trace trace-enter dbg:tr…
203 Builtin model? hw:model? poll hw:poll sensor hw:sensor start hw:start stop hw:stop uid? hw:uid? fe…
322 Builtin resume snd:resume seek snd:seek stop snd:stop stopall snd:stopall volume snd:volume volume…
333 Builtin task t:task task-n t:task-n task-stop t:task-stop wait t:wait yield t:yield yield! t:yield!
H A Dlprolog.vim60 syn keyword lprologSpecial pi sigma is true fail halt stop not
/vim-8.2.3635/src/
H A Dif_python3.c1426 Py_ssize_t start, stop, step, slicelen; in BufferSubscript() local
1433 &start, &stop, in BufferSubscript()
1436 return BufferSlice((BufferObject *)(self), start, stop); in BufferSubscript()
1460 Py_ssize_t start, stop, step, slicelen; in BufferAsSubscript() local
1467 &start, &stop, in BufferAsSubscript()
1544 Py_ssize_t start, stop, step, slicelen; in RangeSubscript() local
1548 &start, &stop, in RangeSubscript()
1551 return RangeSlice((RangeObject *)(self), start, stop); in RangeSubscript()
1570 Py_ssize_t start, stop, step, slicelen; in RangeAsSubscript() local
1574 &start, &stop, in RangeAsSubscript()
[all …]
H A Dhighlight.c2496 && (aep->ae_u.term.stop == NULL) in get_attr_entry()
2498 && (aep->ae_u.term.stop == NULL in get_attr_entry()
2500 taep->ae_u.term.stop) == 0)) in get_attr_entry()
2568 if (aep->ae_u.term.stop == NULL) in get_attr_entry()
2569 taep->ae_u.term.stop = NULL; in get_attr_entry()
2571 taep->ae_u.term.stop = vim_strsave(aep->ae_u.term.stop); in get_attr_entry()
2675 vim_free(taep->ae_u.term.stop); in clear_hl_tables()
2826 new_en.ae_u.term.stop = spell_aep->ae_u.term.stop; in hl_combine_attr()
4338 char_u *stop; in hlg_add_or_update() local
4466 stop != NULL ? "stop=" : "", in hlg_add_or_update()
[all …]
H A Dtextobject.c431 bck_word(long count, int bigword, int stop) in bck_word() argument
449 if (!stop || sclass == cls() || sclass == 0) in bck_word()
473 stop = FALSE; in bck_word()
497 int stop, in end_word() argument
528 else if (!stop || sclass == 0) in end_word()
551 stop = FALSE; // we move only one word less in end_word()
H A Dex_eval.c2348 int stop = FALSE; in cleanup_conditionals() local
2425 stop = TRUE; in cleanup_conditionals()
2438 stop = TRUE; in cleanup_conditionals()
2441 if (stop && searched_cond != (CSF_TRY | CSF_SILENT)) in cleanup_conditionals()
2460 if (stop) in cleanup_conditionals()
H A Dsearch.c1768 int stop = TRUE; in searchc() local
1804 stop = FALSE; in searchc()
1836 if (p[col] == c && stop) in searchc()
1840 && stop) in searchc()
1842 stop = TRUE; in searchc()
1851 if (p[col] == c && stop) in searchc()
1853 stop = TRUE; in searchc()
/vim-8.2.3635/src/testdir/
H A Dtest_suspend.vim37 \ ":stop\<CR>",
39 \ ":stop!\<CR>",
84 \ ":stop\<CR>",
86 \ ":stop!\<CR>",
H A Dtest_memory_usage.vim70 func s:term_vim.stop() abort
113 call vim.stop()
160 call vim.stop()
H A Dtest_findfile.vim99 " Test upwards search with stop-directory.
162 " Test upwards search with stop-directory.
H A Dtest_highlight.vim823 " Test for specifying 'start' and 'stop' in a highlight group
829 hi HlGrp2 stop=<Esc>[27h;<Esc>[<Space>r;
830 call assert_match("stop=^[[27h;^[[ r;", HighlightArgs('HlGrp2'))
831 hi HlGrp2 stop=NONE
832 call assert_notmatch("stop=", HighlightArgs('HlGrp2'))
1090 call assert_fails("call hlset([{'name': 'NewHLGroup', 'stop': []}])",
H A Dtest_restricted.vim89 call assert_fails('stop', 'E145:')
/vim-8.2.3635/runtime/ftplugin/
H A Dcontext.vim41 \ '\\start\(\a\+\):\\stop\1'
47 …\ 'endsection' : '\\\%(stop\)\=\%(\%(sub\)*section\|\%(sub\)*subject\|chapter\|part\|component\|…
49 \ 'endblock' : '\\\%(stop\|setup\|define\)'
85 …let s:tp_regex = '?^$\|^\s*\\\(item\|start\|stop\|blank\|\%(sub\)*section\|chapter\|\%(sub\)*subje…
/vim-8.2.3635/src/proto/
H A Dtextobject.pro6 int bck_word(long count, int bigword, int stop);
7 int end_word(long count, int bigword, int stop, int empty);
/vim-8.2.3635/runtime/doc/
H A Dindex.txt36 |i_CTRL-@| CTRL-@ insert previously inserted text and stop
143 |i_<Help>| <Help> stop insert mode and display help window
187 other stop completion and insert the typed character
906 |v_CTRL-\_CTRL-N| CTRL-\ CTRL-N stop Visual mode
909 |v_CTRL-C| CTRL-C stop Visual mode
918 |v_<Esc>| <Esc> stop Visual mode
947 |v_V| V make Visual mode linewise or stop Visual
1006 |v_v| v make Visual mode characterwise or stop
1504 |:profdel| :profd[el] stop profiling a function or script
1634 |:stopinsert| :stopi[nsert] stop Insert mode
[all …]
/vim-8.2.3635/runtime/indent/
H A Dsdl.vim55 if getline(lnum) =~? '^\s*\(stop\|return\>\|nextstate\)'
/vim-8.2.3635/runtime/colors/
H A Ddesert.vim15 " no guarantees for version 5.8 and below, but this makes it stop

1234567