| /vim-8.2.3635/src/ |
| H A D | if_tcl.c | 121 struct ref struct 531 buf = (buf_T *)((struct ref *)ref)->vimobj; in bufselfcmd() 965 win = (win_T *)((struct ref *)ref)->vimobj; in winselfcmd() 1428 struct ref *ref = (struct ref *)cref; in delref() local 1447 struct ref *ref, *unused = NULL; in tclgetref() local 1451 ref = (struct ref *)(*refstartP); in tclgetref() 1464 ref = ref->next; in tclgetref() 1476 ref = (struct ref *)Tcl_Alloc(sizeof(struct ref)); in tclgetref() 1478 ref->next = (struct ref *)(*refstartP); in tclgetref() 2027 tcldelallrefs(struct ref *ref) in tcldelallrefs() argument [all …]
|
| H A D | if_ole.cpp | 120 unsigned long ref; member in FINAL 226 return ++ref; in STDMETHODIMP_() 235 if (ref > 0) in STDMETHODIMP_() 236 --ref; in STDMETHODIMP_() 237 return ref; in STDMETHODIMP_() 441 CVimCF() : ref(0) {}; in CVimCF() 444 unsigned long ref; member in FINAL 478 return ++ref; in STDMETHODIMP_() 487 if (ref > 0) in STDMETHODIMP_() 488 --ref; in STDMETHODIMP_() [all …]
|
| H A D | if_py_both.h | 1540 ref->pll_prev->pll_next = ref->pll_next; in pyll_remove() 1543 *last = ref->pll_prev; in pyll_remove() 1545 ref->pll_next->pll_prev = ref->pll_prev; in pyll_remove() 1552 ref->pll_prev = NULL; in pyll_add() 1555 (*last)->pll_next = ref; in pyll_add() 1556 ref->pll_prev = *last; in pyll_add() 1559 ref->pll_obj = self; in pyll_add() 1560 *last = ref; in pyll_add() 1569 pylinkedlist_T ref; member 2251 pylinkedlist_T ref; member [all …]
|
| H A D | vim9execute.c | 413 outer_ref_T *ref = ALLOC_CLEAR_ONE(outer_ref_T); in call_dfunc() local 415 if (ref == NULL) in call_dfunc() 419 ref->or_outer = &pt->pt_outer; in call_dfunc() 421 ref->or_partial = pt; in call_dfunc() 427 ref->or_partial = ufunc->uf_partial; in call_dfunc() 431 ref->or_outer = ALLOC_CLEAR_ONE(outer_T); in call_dfunc() 432 if (unlikely(ref->or_outer == NULL)) in call_dfunc() 434 vim_free(ref); in call_dfunc() 437 ref->or_outer_allocated = TRUE; in call_dfunc() 438 ref->or_outer->out_stack = &ectx->ec_stack; in call_dfunc() [all …]
|
| H A D | gui_haiku.cc | 710 entry_ref ref; in RefsReceived() local 711 if (m->FindRef("refs", i, &ref) == B_OK) { in RefsReceived() 712 BEntry entry(&ref, false); in RefsReceived() 724 BDirectory bdir(&ref); in RefsReceived() 857 entry_ref ref; in MessageReceived() local 858 m->FindRef("refs", &ref); in MessageReceived() 859 fBrowsedPath.SetTo(&ref); in MessageReceived()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | awk.vim | 7 " AWK ref. is: Alfred V. Aho, Brian W. Kernighan, Peter J. Weinberger 10 " GAWK ref. is: Arnold D. Robbins 15 " MAWK is a "new awk" meaning it implements AWK ref. 34 " AWK ref. p. 188 38 " GAWK ref. Chapter 7-9 41 " GAWK ref. Chapter 2.7, Including Other Files into Your Program 42 " GAWK ref. Chapter 2.8, Loading Dynamic Extensions into Your Program 43 " GAWK ref. Chapter 15, Namespaces 47 " GAWK ref. Chapter 9, Functions 72 " GAWK ref. Chapter 7
|
| H A D | doxygen.vim | 94 …ref\>\|link\>\|f\$\|[$\\&<>#]\)\|[^ \t\\@*]+ start=+\(^\s*\)\@<!\*/\@!+ start=+\<\k+ skip=+'.doxyg… 98 …exe 'syn region doxygenBriefL start=+@\k\@!\|[\\@]\([npcbea]\>\|em\>\|ref\>\|link\>\|f\$\|[$\\&<>#… 104 …syn region doxygenLine start=+@\k\@!\|[\\@]\([npcbea]\>\|em\>\|ref\>\|link\>\|f\$\|[$\\&<>#]\)\|[^… 116 …Special start=+[@\\]brief\>+ end=+\(\n\s*\*\=\s*\([@\\]\([npcbea]\>\|em\>\|ref\>\|link\>\|f\$\|[$\… 117 …t=+[@\\]brief\>+ skip=+^\s*\(\*/\@!\s*\)\=\(\<\|[@\\]\<\([npcbea]\>\|em\>\|ref\|link\>\>\|f\$\|[$\… 121 " end=+\(\n\s*\*\=\s*\([@\\]\([npcbea]\>\|em\>\|ref\>\|link\>\|f\$\|[$\\&<>#]\)\@!\)\|\s*$\)\@=+ 123 …ned start=+\<\k+ skip=+^\s*\(\*/\@!\s*\)\=\(\<\|[@\\]\<\([npcbea]\>\|em\>\|ref\|link\>\>\|f\$\|[$\… 143 …syn region doxygenStartSpecial contained start=+[@\\]\([npcbea]\>\|em\>\|ref\>\|link\>\|f\$\|[$\\&… 183 call s:DxyCreateSmallSpecial('ref', 'Ref') 186 …syn match doxygenSmallSpecial contained +[@\\]\(\<[npcbea]\>\|\<em\>\|\<ref\>\|\<link\>\|f\$\|[$\\… [all …]
|
| H A D | monk.vim | 72 syn keyword monkFunc append reverse list-ref memq memv member assq assv assoc 86 syn keyword monkFunc string? make-string string string-length string-ref 90 syn keyword monkFunc vector vector-length vector-ref vector-set! procedure? 116 " Keywords from the Monk function library (from e*Gate 4.1 programmers ref)
|
| H A D | clojure.vim | 32 …ref","clojure.core/ref-history-count","clojure.core/ref-max-history","clojure.core/ref-min-history…
|
| H A D | rng.vim | 21 syn keyword rngTagName parentRef ref start text value zeroOrMore contained
|
| H A D | scheme.vim | 155 syn keyword schemeFunction bytevector-u8-ref 287 syn keyword schemeFunction list-ref 380 syn keyword schemeFunction string-ref 415 syn keyword schemeFunction vector-ref
|
| H A D | cheetah.vim | 7 " match invalid syntax, like bad variable ref. or unmatched closing tag
|
| H A D | baan.vim | 35 syn keyword baan3gl until void wherebind ref reference break continue 942 syn match baan4gl "ref\.input:" 943 syn match baan4gl "ref\.display:" 1028 syn match BaanError "^\s*ref.*\s[ilse]\..*$" " ref variable defined with i, l, e and s" 1031 syn match BaanError "^\s*\(domain\s\|long\s\|string\s\).*\so\.\k*[,)]" " ref variable without ref" 1033 syn match BaanError "^\s*i\..*,\s*|\s*ref.*$" " 1260 syn keyword baanBshell add.ref.arg 1351 syn keyword baanBshell get.ref.var 1352 syn keyword baanBshell put.ref.var 1591 syn keyword baanBshell db.ref.handle.mode [all …]
|
| H A D | sgmllnx.vim | 27 syn keyword sgmllnxTagName contained descrip quote htmlurl code ref
|
| H A D | systemverilog.vim | 42 syn keyword systemverilogStatement uwire var cross ref wait_order intersect
|
| H A D | simula.vim | 43 syn match simulaReferenceType "\<ref\s*(.\{-})"
|
| H A D | autodoc.vim | 39 syn keyword autodocStatAcc contained ref rfc xml dl expr image
|
| H A D | git.vim | 33 syn match gitKeyword /^\%(tag\>\|ref:\)/ contained containedin=gitHead nextgroup=gitReference skip…
|
| H A D | 8th.vim | 43 Builtin +ref G:+ref ,# G:,# -- G:-- -----BEGIN G:-----BEGIN -Inf G:-Inf -Inf? G:-Inf? -hook G:-hook 44 Builtin -listener G:-listener -ref G:-ref -rot G:-rot . G:. .# G:.# .hook G:.hook .needs G:.needs … 82 Builtin ref@ G:ref@ reg! G:reg! reg@ G:reg@ regbin@ G:regbin@ remaining-args G:remaining-args repe…
|
| H A D | smil.vim | 50 syn keyword smilTagName contained animation video img audio ref text textstream
|
| H A D | lftp.vim | 106 \ put-c[ontent-type] put-m[ethod] ref[erer]
|
| /vim-8.2.3635/runtime/autoload/xml/ |
| H A D | xsd.vim | 30 …\ {'name' : [], 'id' : [], 'ref' : [], 'type' : [], 'minOccurs' : [], 'maxOccurs' : [], 'nillable'… 33 …\ {'name' : [], 'id' : [], 'ref' : [], 'type' : [], 'use' : [], 'default' : [], 'fixed' : [], 'for… 36 \ {'name' : [], 'ref' : [], 'minOccurs' : [], 'maxOccurs' : [], 'id' : []} ], 108 \ {'name' : [], 'id' : [], 'ref' : []} ],
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | clojurecomplete.vim | 12 …duce-kv","reduced","reduced?","reductions","ref","ref-history-count","ref-max-history","ref-min-hi…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | Makefile | 376 $(HTMLS): tags.ref 389 tags.ref tags.html: tags 403 -rm -f doctags *.html tags.ref
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | README.txt | 17 ref: Shell script for the K command.
|