Home
last modified time | relevance | path

Searched refs:hostname (Results 1 – 25 of 43) sorted by relevance

12

/vim-8.2.3635/src/
H A Dnetbeans.c134 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 Dchannel.c942 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 Dmemline.c2302 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 Dchangelog.vim60 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 Desmtprc.vim12 syntax keyword esmtprcOptions hostname username password starttls certificate_passphrase preconnect…
H A Dreadline.vim365 \ complete-hostname
366 \ possible-hostname-completions
H A Dm3quake.vim20 syn keyword m3quakeProcedure TRACE_INSTR eval_func hostname
H A Dslrnrc.vim59 …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 Dresolv.vim58 " Search hostname
H A Dsqr.vim69 syn keyword sqrReserved $sql-error $sqr-hostname {sqr-hostname}
H A Dsamba.vim75 syn keyword sambaKeyword contained utmp wtmp hostname consolidate
H A Dpf.vim130 syn keyword pfService hostname
H A Dmush.vim36 syntax keyword mushFunction contained home host hostname html idle idlesecs
H A Dora.vim117 syn keyword oraValue tnsnames onames hostname dce nis novell
H A Dbaan.vim1104 syn match baanBshell "\<hostname\$"
1380 syn keyword baanBshell get.bw.hostname
/vim-8.2.3635/runtime/doc/
H A Dtest_urls.vim34 …let urls = filter(urls, {key, val -> val !~ '\<\(\(my\|some\)\?host\|machine\|hostname\|file\)\>'})
H A Dpi_netrw.txt135 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 Dnetbeans.txt220 -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 Dchannel.txt121 {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 Dfiletype.txt450 and finally runs `whoami` and `hostname` to build an
/vim-8.2.3635/src/proto/
H A Dchannel.pro12 channel_T *channel_open(const char *hostname, int port, int waittime, void (*nb_close_cb)(void));
/vim-8.2.3635/runtime/autoload/
H A Djavascriptcomplete.vim146 let areaprop = ['accessKey', 'alt', 'coords', 'hash', 'host', 'hostname', 'href', 'id',
286 let locaprop = ['href', 'hash', 'host', 'hostname', 'pathname', 'port', 'protocol',
H A Dnetrw.vim3057 " 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 Dtest_swap.vim123 call assert_equal(hostname()[:38], info.host)
/vim-8.2.3635/runtime/
H A Dfiletype.vim2276 " OpenBSD hostname.if
2277 au BufNewFile,BufRead /etc/hostname.* call s:StarSetf('config')

12