| /vim-8.2.3635/src/ |
| H A D | netbeans.c | 134 char *hostname = NULL; in netbeans_connect() local 162 hostname = arg; in netbeans_connect() 163 address = strchr(hostname, ':'); in netbeans_connect() 174 if (hostname == NULL || *hostname == '\0') in netbeans_connect() 175 hostname = getenv("__NETBEANS_HOST"); in netbeans_connect() 182 if (hostname != NULL) in netbeans_connect() 183 hostname = (char *)vim_strsave((char_u *)hostname); in netbeans_connect() 192 if (hostname == NULL || *hostname == '\0') in netbeans_connect() 194 vim_free(hostname); in netbeans_connect() 195 hostname = (char *)vim_strsave((char_u *)NB_DEF_HOST); in netbeans_connect() [all …]
|
| H A D | channel.c | 942 const char *hostname, in channel_open() argument 982 if ((err = getaddrinfo(hostname, NULL, &hints, &res)) != 0) in channel_open() 993 const char *dst = hostname; in channel_open() 1022 dst = hostname; in channel_open() 1023 else if (STRCMP(hostname, dst) != 0) in channel_open() 1024 ch_log(channel, "Resolved %s to %s", hostname, dst); in channel_open() 1047 if ((host = gethostbyname(hostname)) == NULL) in channel_open() 1063 ch_log(channel, "Trying to connect to %s port %d", hostname, port); in channel_open() 1085 channel->ch_hostname = (char *)vim_strsave((char_u *)hostname); in channel_open()
|
| H A D | memline.c | 2302 char_u hostname[B0_HNAME_SIZE]; in swapfile_unchanged() local 2304 mch_get_host_name(hostname, B0_HNAME_SIZE); in swapfile_unchanged() 2305 hostname[B0_HNAME_SIZE - 1] = NUL; in swapfile_unchanged() 2307 if (STRICMP(b0.b0_hname, hostname) != 0) in swapfile_unchanged()
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | changelog.vim | 60 return printf('%s <%s@%s>', s:name(login), login, s:hostname()) 120 function! s:hostname() 121 return s:trimmed_system_with_default('hostname', 'localhost')
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | esmtprc.vim | 12 syntax keyword esmtprcOptions hostname username password starttls certificate_passphrase preconnect…
|
| H A D | readline.vim | 365 \ complete-hostname 366 \ possible-hostname-completions
|
| H A D | m3quake.vim | 20 syn keyword m3quakeProcedure TRACE_INSTR eval_func hostname
|
| H A D | slrnrc.vim | 59 …grouplens_host grouplens_pseudoname header_help_line header_status_line hostname inews_program mac… 76 …rt="\<\(cc_followup_string\|decode_directory\|editor_command\|followup\|hostname\|organization\|qu…
|
| H A D | resolv.vim | 58 " Search hostname
|
| H A D | sqr.vim | 69 syn keyword sqrReserved $sql-error $sqr-hostname {sqr-hostname}
|
| H A D | samba.vim | 75 syn keyword sambaKeyword contained utmp wtmp hostname consolidate
|
| H A D | pf.vim | 130 syn keyword pfService hostname
|
| H A D | mush.vim | 36 syntax keyword mushFunction contained home host hostname html idle idlesecs
|
| H A D | ora.vim | 117 syn keyword oraValue tnsnames onames hostname dce nis novell
|
| H A D | baan.vim | 1104 syn match baanBshell "\<hostname\$" 1380 syn keyword baanBshell get.bw.hostname
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | test_urls.vim | 34 …let urls = filter(urls, {key, val -> val !~ '\<\(\(my\|some\)\?host\|machine\|hostname\|file\)\>'})
|
| H A D | pi_netrw.txt | 135 vim scp://hostname/path/to/file 141 vim ftp://hostname/path/to/file 172 vim scp://hostname/ 173 vim ftp://hostname/path/to/dir/ 305 :e scp://[user]@hostname/path/ 306 :e ftp://[user]@hostname/path/ 496 ex. vim ftp://hostname/path/to/file 512 as the remote hostname remains the same. 895 is for a hostname. 1010 vim [protocol]://[user@]hostname/path/ [all …]
|
| H A D | netbeans.txt | 220 -nb:{hostname}:{addr}:{password} directly 226 :{hostname}:{addr}:{password} directly 236 host={hostname} 243 {hostname} is the name of the machine where Vim Controller is running. When
|
| H A D | channel.txt | 121 {address} has the form "hostname:port". E.g., "localhost:8765". 564 "hostname" the hostname of the address 628 {address} is a String and has the form "hostname:port", e.g.,
|
| H A D | filetype.txt | 450 and finally runs `whoami` and `hostname` to build an
|
| /vim-8.2.3635/src/proto/ |
| H A D | channel.pro | 12 channel_T *channel_open(const char *hostname, int port, int waittime, void (*nb_close_cb)(void));
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | javascriptcomplete.vim | 146 let areaprop = ['accessKey', 'alt', 'coords', 'hash', 'host', 'hostname', 'href', 'id', 286 let locaprop = ['href', 'hash', 'host', 'hostname', 'pathname', 'port', 'protocol',
|
| H A D | netrw.vim | 3057 " g:netrw_machine= hostname 3123 " Method#1: rcp://user@hostname/...path-to-file {{{3 3134 " Method#4: scp://user@hostname/...path-to-file {{{3 3142 " Method#5: http[s]://user@hostname/...path-to-file {{{3 3150 " Method#6: dav://hostname[:port]/..path-to-file.. {{{3 3161 " Method#7: rsync://user@hostname/...path-to-file {{{3 3254 " Method#9: sftp://user@hostname/...path-to-file {{{3 3276 " Method#10: file://user@hostname/...path-to-file {{{3 3366 let g:netrw_machine= input('Enter hostname: ') 3412 let g:netrw_machine= input('Enter hostname: ') [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_swap.vim | 123 call assert_equal(hostname()[:38], info.host)
|
| /vim-8.2.3635/runtime/ |
| H A D | filetype.vim | 2276 " OpenBSD hostname.if 2277 au BufNewFile,BufRead /etc/hostname.* call s:StarSetf('config')
|