Home
last modified time | relevance | path

Searched refs:cname (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dos_mswin.c359 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 Dif_cscope.c1525 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 Dpython3complete.vim434 tokentype, cname, ind = self.donext()
443 return Class(cname,super,indent)
H A Dpythoncomplete.vim452 tokentype, cname, ind = self.next()
461 return Class(cname,super,indent)
/vim-8.2.3635/runtime/syntax/
H A Ddnsmasq.vim96 syn match DnsmasqKeyword "^\s*cname\>"
H A Dcsdl.vim432 syn match csdlTarget 'bitly\.cname'