Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 25 of 29) sorted by relevance

12

/vim-8.2.3635/runtime/autoload/
H A Dclojurecomplete.vim12thread-bindings","get-validator","group-by","halt-when","hash","hash-combine","hash-map","hash-ord…
H A Drubycomplete.vim631 require 'thread'
/vim-8.2.3635/runtime/syntax/
H A Dcsdl.vim55 syn match csdlTarget 'reddit\.thread'
193 syn match csdlTarget 'imdb\.thread'
201 syn match csdlTarget 'amazon\.thread'
286 syn match csdlTarget 'flickr\.thread'
427 syn match csdlTarget 'topix\.thread'
457 syn match csdlTarget 'board\.thread'
484 syn match csdlTarget '2ch\.thread'
H A Dneomuttrc.vim631 \ 'bol', 'bottom-page', 'bottom', 'bounce-message', 'break-thread', 'buffy-cycle',
636 \ 'collapse-thread', 'complete-query', 'complete', 'compose-to-sender', 'copy-file',
640 \ 'delete-message', 'delete-pattern', 'delete-subthread', 'delete-thread', 'delete',
647 \ 'enter-command', 'enter-mask', 'entire-thread', 'eol', 'exit', 'extract-keys',
655 \ 'limit-current-thread', 'limit', 'link-threads', 'list-reply', 'mail-key',
659 \ 'next-new-then-unread', 'next-new', 'next-page', 'next-subthread', 'next-thread',
663 \ 'previous-subthread', 'previous-thread', 'previous-undeleted', 'previous-unread',
664 \ 'print-entry', 'print-message', 'purge-message', 'purge-thread', 'quasi-delete',
665 \ 'query-append', 'query', 'quit', 'quote-char', 'read-subthread', 'read-thread',
676 \ 'tag-prefix', 'tag-subthread', 'tag-thread', 'toggle-active', 'toggle-disposition',
[all …]
H A Dcf.vim664 \|thread
826 \|thread
851 \|thread
H A Dclojure.vim32thread-bindings","clojure.core/get-validator","clojure.core/group-by","clojure.core/halt-when","cl…
H A Dpine.vim289 syn keyword pineOption next-thread-without-confirm
329 syn keyword pineOption slash-collapses-entire-thread
335 syn keyword pineOption thread-index-shows-important-color
H A Dlout.vim16 " See the discussion at http://thread.gmane.org/gmane.editors.vim.devel/32151
H A Dgdb.vim30 syn keyword gdbStatement contained stop target tbreak tdump tfind thbreak thread tp trace tstart ts…
H A Dzimbu.vim39 syn keyword zimbuCompType proc func def thread evalThread lock cond pipe
H A Dmuttrc.vim468 …match muttrcFunction contained "\<\%(delete\|next\|previous\|read\|tag\|break\|undelete\)-thread\>"
491 syn match muttrcFunction contained "\<tag-\%(pattern\|\%(sub\)\?thread\|prefix\%(-cond\)\?\)\>"
496 syn match muttrcFunction contained "\<collapse-\%(parts\|thread\|all\)\>"
H A Dsas.vim188 … from go goto if leave method otherwise package point return select then thread to until when whil…
190 syn keyword sasDS2StatementComplexKeyword package thread contained
H A Docaml.vim45 …er\|remove_printer\|require\|list\|ppx\|principal\|predicates\|rectypes\|thread\|trace\|untrace\|u…
H A Daml.vim59 …ze staggered station stop stripe sys system tablet tb terminal test then thread to top translate t…
/vim-8.2.3635/src/
H A Dregexp_nfa.c4335 nfa_thread_T *thread; in has_state_with_pos() local
4340 thread = &l->t[i]; in has_state_with_pos()
4341 if (thread->state->id == state->id in has_state_with_pos()
4342 && sub_equal(&thread->subs.norm, &subs->norm) in has_state_with_pos()
4347 && pim_equal(&thread->pim, pim)) in has_state_with_pos()
4511 nfa_thread_T *thread; in addstate() local
4692 thread = &l->t[l->n++]; in addstate()
4693 thread->state = state; in addstate()
4695 thread->pim.result = NFA_PIM_UNUSED; in addstate()
4698 copy_pim(&thread->pim, pim); in addstate()
[all …]
H A Dlink.sh56 …ub inet socket dir elf iconv Xt Xmu Xp Xpm X11 Xdmcp x w perl dl pthread thread readline m crypt a…
H A Dos_win32.c4438 HANDLE thread = (HANDLE) in mch_system_piped() local
4445 CloseHandle(thread); in mch_system_piped()
H A Dif_mzsch.c925 static __declspec(thread) void *tls_space;
H A Dconfigure.ac1145 darwindir=$dir/darwin-thread-multi-2level
/vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/
H A Dtermdebug.vim763 if msg =~ '^\(\*stopped\|\*running\|=thread-selected\)'
769 elseif msg =~ '^=thread-group-started'
1169 if a:msg =~ '^\(\*stopped\|=thread-selected\)' && filereadable(fname)
/vim-8.2.3635/src/testdir/
H A Dtest_python2.vim828 " Running pydo command (Test_pydo) before this test, stops the python thread
857 " Check if the background thread is working. Count should be 10, but on a
H A Dtest_python3.vim1023 " Running py3do command (Test_pydo) before this test, stops the python thread
1052 " Check if the background thread is working. Count should be 10, but on a
/vim-8.2.3635/src/auto/
H A Dconfigure6210 darwindir=$dir/darwin-thread-multi-2level
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt9335 Problem: When Perl has thread support Vim cannot use the Perl interface.
11841 Problem: Compiling the Tcl interface with thread support causes ":make" to
11844 compile flags for using the thread library.
14158 Solution: Change the #ifdefs for the saved thread stuff.
H A Dversion7.txt2079 This breaks the thread stuff though, fixed by Ugo.
14337 Problem: State specific to the Python thread is discarded.
14857 Solution: Move the statements to manipulate thread state.
16144 Solution: Fix thread issues and True/False. (ZyX)

12