Home
last modified time | relevance | path

Searched refs:tagname (Results 1 – 25 of 53) sorted by relevance

123

/vim-8.2.3635/src/
H A Dtag.c584 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 Dmain.c759 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 Dstructs.h168 char_u *tagname; // tag name member
4178 char_u *tagname; // tag from -t argument member
H A Dwindow.c1409 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 Dant.vim21 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 Dphp.vim385 …ute get_elements_by_tagname has_attribute remove_attribute set_attribute tagname add_namespace app…
/vim-8.2.3635/runtime/indent/
H A Dhtml.vim59 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 Dtest_tagjump.vim386 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 Dtest_tagfunc.vim100 call settagstack(1, {'tagname' : 'mytag', 'from' : [0, 10, 1, 0]})
/vim-8.2.3635/runtime/autoload/
H A Dhtmlcomplete.vim373 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 Dtagsrch.txt194 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 Dwindows.txt808 :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 Dusr_29.txt111 :stag tagname
171 :tselect tagname
H A Dversion5.txt473 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 Des.po1518 msgid "tagname"
1519 msgstr "Nombre de la etiqueta (\"tagname\")"
H A Dzh_TW.UTF-8.po1256 msgid "tagname"
H A Dzh_CN.cp936.po1400 msgid "tagname"
H A Dcs.cp1250.po1038 msgid "tagname"
H A Dcs.po1038 msgid "tagname"
H A Dzh_CN.po1401 msgid "tagname"
H A Dzh_TW.po1249 msgid "tagname"
H A Dzh_CN.UTF-8.po1400 msgid "tagname"
H A Daf.po1219 msgid "tagname"
H A Duk.cp1251.po1690 msgid "tagname"
H A Dnl.po1500 msgid "tagname"

123