| /vim-8.2.3635/src/ |
| H A D | tag.c | 584 if (STRCMP(tagp.tagname, tagp2.tagname) == 0) in do_tag() 1202 tagstack[i].tagname, in do_tags() 2267 tagp.tagname = lbuf; in find_tags() 2537 STRCPY(p, tagp.tagname); in find_tags() 3058 tagp->tagname = lbuf; in parse_tag_line() 3098 tagp->tagname = lbuf; in parse_tag_line() 3579 tagp.tagname); in jumpto_tag() 4183 char_u *tagname, in tagstack_push_item() argument 4201 tagstack[idx].tagname = tagname; in tagstack_push_item() 4220 char_u *tagname; in tagstack_push_items() local [all …]
|
| H A D | main.c | 759 if (params.tagname != NULL) in vim_main2() 763 vim_snprintf((char *)IObuff, IOSIZE, "ta %s", params.tagname); in vim_main2() 2270 parmp->tagname = (char_u *)argv[0] + argv_idx; in command_line_scan() 2470 parmp->tagname = (char_u *)argv[0]; in command_line_scan() 3072 if (parmp->tagname == NULL && curwin->w_cursor.lnum <= 1) in exe_commands()
|
| H A D | structs.h | 168 char_u *tagname; // tag name member 4178 char_u *tagname; // tag from -t argument member
|
| H A D | window.c | 1409 if (tag->tagname != NULL) in win_init() 1410 tag->tagname = vim_strsave(tag->tagname); in win_init() 5112 vim_free(wp->w_tagstack[i].tagname); in win_free()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | ant.vim | 21 fun AntSyntaxScript(tagname, synfilename) argument 25 exe 'syn include @ant'.a:tagname.' '.s:include 27 exe 'syn include @ant'.a:tagname." $VIMRUNTIME/syntax/".a:synfilename 30 exe 'syn region ant'.a:tagname 31 \." start=#<script[^>]\\{-}language\\s*=\\s*['\"]".a:tagname."['\"]\\(>\\|[^>]*[^/>]>\\)#" 34 \.' contains=@ant'.a:tagname.',xmlCdataStart,xmlCdataEnd,xmlTag,xmlEndTag' 36 exe 'syn cluster xmlRegionHook add=ant'.a:tagname
|
| H A D | php.vim | 385 …ute get_elements_by_tagname has_attribute remove_attribute set_attribute tagname add_namespace app…
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | html.vim | 59 let s:tagname = '\w\+\(-\w\+\)*' 162 " The key is "tagname" or "/tagname". {{{ 258 func HtmlIndent_IsOpenTag(tagname) argument 260 if get(s:indent_tags, a:tagname) == 1 263 return get(b:hi_tags, a:tagname) == 1 267 func s:get_tag(tagname) argument 274 let i = get(b:hi_tags, a:tagname) 876 let tagname = matchstr(getline('.')[col('.') - 1:], '</\zs' . s:tagname . '\ze') 877 let start_lnum = searchpair('<' . tagname . '\>', '', '</' . tagname . '\>', 'bW') 892 let tagname = matchstr(text, s:tagname . '\|!--', col('.')) [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_tagjump.vim | 386 call add(stk, {'bufnr' : bufnr('%'), 'tagname' : 'one', 389 call add(stk, {'bufnr' : bufnr('%'), 'tagname' : 'two', 392 call add(stk, {'bufnr' : bufnr('%'), 'tagname' : 'three', 412 call settagstack(1, {'items' : [{"tagname" : "abc"}]}, 'a') 437 \ {'items' : [{'tagname' : 'abc', 'from' : [1, 10, 1, 0]}]}, 'a') 438 call assert_equal('abc', gettagstack().items[19].tagname) 443 \ 'items' : [{'tagname' : 'abc', 'from' : [1, 10, 1, 0]}]}, 't') 457 \ {'items' : [{'tagname' : 'abc', 'from' : [1, 10, 1, 0]}]}, 't') 920 call assert_equal('var11', l.items[0].tagname) 923 call assert_equal('var12', l.items[0].tagname) [all …]
|
| H A D | test_tagfunc.vim | 100 call settagstack(1, {'tagname' : 'mytag', 'from' : [0, 10, 1, 0]})
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | htmlcomplete.vim | 373 let tagname = tolower(matchstr(element, '[a-zA-Z1-6]*\ze.')) 374 if tagname != '' 375 if has_key(elements, tagname) 376 let elements[tagname] .= ' '.class 378 let elements[tagname] = class
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | tagsrch.txt | 194 let item = {'bufnr': pos[0], 'from': pos, 'tagname': tag} 208 let newtag = [{'tagname' : 'mytag', 'from' : pos}] 550 1. {tagname} {TAB} {tagfile} {TAB} {tagaddress} 551 2. {tagname} {TAB} {tagfile} {TAB} {tagaddress} {term} {field} .. 566 {tagname} The identifier. Normally the name of a function, but it can 571 {tagfile} The file that contains the definition of {tagname}. It can 651 "^tagname[ \t]*(" 656 "^[#a-zA-Z_].*\<tagname[ \t]*(" 664 {tagfile}:{tagname} {TAB} {tagfile} {TAB} {tagaddress}
|
| H A D | windows.txt | 808 :sta[g][!] [tagname] 809 Does ":tag[!] [tagname]" and splits the window for the found 908 :pta[g][!] [tagname] 909 Does ":tag[!] [tagname]" and shows the found tag in a 916 Small difference from |:tag|: When [tagname] is equal to the
|
| H A D | usr_29.txt | 111 :stag tagname 171 :tselect tagname
|
| H A D | version5.txt | 473 tagname. Commands have been added to be able to jump to any of these 479 After ":ta {tagname}" with multiple matches: 6610 Add extra check in win_split() if tagname isn't NULL.
|
| /vim-8.2.3635/src/po/ |
| H A D | es.po | 1518 msgid "tagname" 1519 msgstr "Nombre de la etiqueta (\"tagname\")"
|
| H A D | zh_TW.UTF-8.po | 1256 msgid "tagname"
|
| H A D | zh_CN.cp936.po | 1400 msgid "tagname"
|
| H A D | cs.cp1250.po | 1038 msgid "tagname"
|
| H A D | cs.po | 1038 msgid "tagname"
|
| H A D | zh_CN.po | 1401 msgid "tagname"
|
| H A D | zh_TW.po | 1249 msgid "tagname"
|
| H A D | zh_CN.UTF-8.po | 1400 msgid "tagname"
|
| H A D | af.po | 1219 msgid "tagname"
|
| H A D | uk.cp1251.po | 1690 msgid "tagname"
|
| H A D | nl.po | 1500 msgid "tagname"
|