Searched refs:cname (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | os_mswin.c | 359 char_u *cname = NULL; in mch_FullName() local 364 cname = utf16_to_enc((short_u *)wbuf, NULL); in mch_FullName() 365 if (cname != NULL) in mch_FullName() 367 vim_strncpy(buf, cname, len - 1); in mch_FullName() 372 vim_free(cname); in mch_FullName()
|
| H A D | if_cscope.c | 1525 char *cname) // cscope database name in cs_kill_execute() argument 1531 _("cscope connection %s closed"), cname); in cs_kill_execute()
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | python3complete.vim | 434 tokentype, cname, ind = self.donext() 443 return Class(cname,super,indent)
|
| H A D | pythoncomplete.vim | 452 tokentype, cname, ind = self.next() 461 return Class(cname,super,indent)
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | dnsmasq.vim | 96 syn match DnsmasqKeyword "^\s*cname\>"
|
| H A D | csdl.vim | 432 syn match csdlTarget 'bitly\.cname'
|