Searched refs:TAGS (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/runtime/tools/ |
| H A D | shtags.pl | 63 if( ! $explicit && open( TAGS, "< $tags_file" ) ) 65 while( <TAGS> ) 70 close( TAGS ); 117 open( TAGS, "> $tags_file" ); 120 print TAGS "$tags{$_}"; 122 close( TAGS );
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | vim2html.pl | 34 open(TAGS,"$tagfile") || die "can't read tags\n"; 36 while( <TAGS> ) { 46 close( TAGS );
|
| H A D | usr_29.txt | 121 MORE TAGS FILES 140 ONE TAGS FILE 230 A TAGS BROWSER
|
| H A D | helphelp.txt | 347 TAGS
|
| H A D | os_vms.txt | 824 - create TAGS file from menu
|
| H A D | options.txt | 7812 |+emacs_tags|: "./tags,./TAGS,tags,TAGS") 7831 default value becomes "./tags,./TAGS,tags,TAGS", unless case
|
| H A D | version5.txt | 7393 Problem: With an Emacs TAGS file that include another a relative path
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | asn.vim | 17 syn match asnExternal "\<IMPLICIT\s\+TAGS\>" 18 syn match asnExternal "\<EXPLICIT\s\+TAGS\>"
|
| H A D | tt2.vim | 104 "echo 'TAGS ' . s:st . ' ' . s:ed 147 \ TAGS
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_tagjump.vim | 287 " Test for emacs-style tags file (TAGS)
|
| /vim-8.2.3635/src/ |
| H A D | Makefile | 2242 tags TAGS: notags target
|