| /vim-8.2.3635/runtime/doc/ |
| H A D | pattern.txt | 360 or atom multi 362 */atom* 368 atom ::= ordinary-atom |/ordinary-atom| 479 ordinary atom ~ 594 An atom can be followed by an indication of how many times the atom can be 1347 backref-less grouping \%(atom\) (?:atom) 1349 0-width match atom\@= (?=atom) 1350 0-width non-match atom\@! (?!atom) 1351 0-width preceding match atom\@<= (?<=atom) 1352 0-width preceding non-match atom\@<! (?<!atom) [all …]
|
| H A D | quickref.txt | 152 matches 0 or more of the preceding atom * \* 153 matches 1 or more of the preceding atom \+ \+ 154 matches 0 or 1 of the preceding atom \= \= 155 matches 2 to 5 of the preceding atom \{2,5} \{2,5} 157 group a pattern into an atom \(\) \(\)
|
| /vim-8.2.3635/src/ |
| H A D | glbl_ime.cpp | 57 global_ime_init(ATOM atom, HWND hWnd) in global_ime_init() argument 91 pIApp->FilterClientWindows(&atom, 1); in global_ime_init()
|
| H A D | clipboard.c | 1559 || (xproperty->atom != clip_star.sel_atom in clip_x11_timestamp_cb() 1560 && xproperty->atom != clip_plus.sel_atom)) in clip_x11_timestamp_cb() 1564 xproperty->atom, 0, 0, False, timestamp_atom, &actual_type, &format, in clip_x11_timestamp_cb() 1576 if (XtOwnSelection(w, xproperty->atom, xproperty->time, in clip_x11_timestamp_cb() 1582 if (xproperty->atom == clip_plus.sel_atom) in clip_x11_timestamp_cb()
|
| H A D | if_xcmdsrv.c | 1122 if (eventPtr->xproperty.atom != commProperty in serverEventProc()
|
| H A D | gui_gtk_x11.c | 105 #define GET_X_ATOM(atom) gdk_x11_atom_to_xatom_for_display( \ argument 106 gtk_widget_get_display(gui.mainwin), atom) 696 && GET_X_ATOM(event->atom) == commProperty) in property_event() 702 xev.xproperty.atom = commProperty; in property_event()
|
| H A D | gui_w32.c | 5231 ATOM atom; in gui_mch_init() local 5272 atom = in gui_mch_init() 5341 global_ime_init(atom, s_hwnd); in gui_mch_init()
|
| H A D | gui_x11.c | 2978 && e->atom == commProperty && e->state == PropertyNewValue) in gui_x11_send_event_handler()
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | logtalk.dict | 18 atom
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | erlang.vim | 147 call s:Log(' Whole line is quoted atom continuation -> ignore') 184 " Quoted atom token: '...' 194 " Keyword or atom or variable token or number 518 " Return whether the given line starts with an atom continuation. 566 " If catch is after another keyword (e.g. 'end') or an atom, it is 1380 call s:Log('String or atom continuation found -> ' .
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | prolog.vim | 47 syn keyword prologKeyword atom flush_output repeat
|
| H A D | euphoria3.vim | 37 syn keyword euphoria3Builtin rand repeat atom compare find match
|
| H A D | vrml.vim | 150 " doesn't match as an atom yet :-(
|
| H A D | euphoria4.vim | 39 syn keyword euphoria4Builtin abort and_bits append arctan atom c_func c_proc
|
| H A D | logtalk.vim | 205 syn match logtalkKeyword "\<atom\(ic\)\?\ze("
|
| H A D | maxima.vim | 41 syn keyword maximaFunc atan2 atanh atensimp atom atomgrad atrig1 atvalue augcoefmatrix
|
| H A D | clojure.vim | 32 …atom","await","await-for","await1","bases","bean","bigdec","bigint","biginteger","bit-and","bit-an…
|
| H A D | lisp.vim | 138 syn keyword lispFunc atom if remove
|
| H A D | redif.vim | 893 syntax match redifSpecialFormat "application/atom+xml\|application/ecmascript\|application/EDI-X12\…
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | xcmdsrv_client.c | 411 if ((eventPtr->xproperty.atom != commProperty) in SendEventProc()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_gn.vim | 122 " search using the \zs atom
|
| H A D | test_regexp_latin.vim | 601 " Test \%V atom 810 " Test for the \%V atom (match inside the visual area)
|
| H A D | test_search.vim | 1603 " Test for using tilde (~) atom in search. This should use the last used 1700 " Test for the \%V atom to search within visually selected text
|
| H A D | test_filetype.vim | 557 …blkid.tab', 'any/etc/blkid.tab.old', 'any/etc/xdg/menus/file.menu', 'file.atom', 'file.rss', 'file…
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | clojurecomplete.vim | 12 …t-long","aset-short","assert","assoc!","assoc","assoc-in","associative?","atom","await","await-for…
|