Home
last modified time | relevance | path

Searched refs:port (Results 1 – 25 of 91) sorted by relevance

1234

/vim-8.2.3635/src/testdir/
H A Dtest_channel.py245 def writePortInFile(port): argument
248 f.write("{0}".format(port))
251 def main(host, port, server_class=ThreadedTCPServer): argument
256 port = 13684
257 writePortInFile(port)
262 server = server_class((host, port), ThreadedTCPRequestHandler)
263 ip, port = server.server_address[0:2]
270 writePortInFile(port)
272 print("Listening on port {0}".format(port))
H A Dtest_netbeans.py178 def writePortInFile(port): argument
181 f.write("{0}".format(port))
188 ip, port = server.server_address variable
195 writePortInFile(port)
197 print("Listening on port {0}".format(port))
H A Dtest_channel.vim63 func Ch_communicate(port) argument
80 call assert_equal(a:port, string(dict.port))
260 func Ch_two_channels(port) argument
296 func Ch_server_crash(port) argument
325 func Ch_channel_handler(port) argument
369 func Ch_channel_zero(port) argument
1395 func Ch_unlet_handle(port) argument
1419 func Ch_close_handle(port) argument
1436 func Ch_open_ipv6(port) argument
1474 func Ch_open_delay(port) argument
[all …]
H A Dshared.vim56 " Read the port number from the Xportnr file.
82 " The Python program writes the port number in Xportnr.
95 " Wait for up to 2 seconds for the port number to be there.
96 let port = GetPort()
97 if port == 0
102 call call(function(a:testfunc), [port])
H A Dtest_netbeans.vim43 func Nb_basic(port) argument
52 exe 'nbstart :localhost:' .. a:port .. ':bunny'
62 call assert_fails("exe 'nbstart :localhost:' . a:port . ':bunny'", 'E511:')
852 func Nb_file_auth(port) argument
857 call writefile(['host=localhost', 'port=' . a:port, 'auth=bunny'], 'Xnbauth')
883 func Nb_quit_with_conn(port) argument
896 exe 'nbstart :localhost:' .. g:port .. ':star'
918 if RunVim(['let g:port = ' .. a:port], after, '')
935 func Nb_bwipe_buffer(port) argument
944 exe 'nbstart :localhost:' .. a:port .. ':bunny'
/vim-8.2.3635/READMEdir/
H A DREADME_extra.txt14 src/os_amiga.* Files for the Amiga port.
17 src/os_dos.* Files for the MS-DOS port.
19 src/os_mac.* Files for the Mac port.
21 src/os_vms* Files for the VMS port.
24 src/os_win32.* Files for the Win32 port.
/vim-8.2.3635/runtime/indent/
H A Dvhdl.vim30 " option to disable alignment of generic/port mappings
97 " indent: align generic variables & port names
98 …" keywords: "procedure" + name, "generic", "map", "port" + "(", provided current line is part of m…
107port\)\>.*\)\@<!\w\+\s*\w*\s*\((.*)\)*\s*\%(=>\s*\S\+\|:[^=]\@=\s*\%(\%(in\|out\|inout\|buffer\|li…
163 " keywords: "procedure", "generic", "map", "port"
168 if ps =~? s:NC.'\<\%(procedure\|generic\|map\|port\)\>' || ps =~ '^\s*('
415 …" keywords: without "procedure", "generic", "map", "port" + ":" but not ":=" + "in", "out", "inout…
424 " keywords: without "procedure", "generic", "map", "port" + ":" but not ":=", never + ;$ and
425 …" prevline without "procedure", "generic", "map", "port" + ":" but not ":=" + eventual…
427 if curs =~? '^\s*\%(\<\%(procedure\|generic\|map\|port\)\>.*\)\@<!\w\+\s*\w*\s*:[^=].*[^;].*$'
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dscheme.vim146 syn keyword schemeFunction binary-port?
175 syn keyword schemeFunction call-with-port
216 syn keyword schemeFunction close-input-port
217 syn keyword schemeFunction close-output-port
218 syn keyword schemeFunction close-port
262 syn keyword schemeFunction flush-output-port
275 syn keyword schemeFunction input-port-open?
276 syn keyword schemeFunction input-port?
328 syn keyword schemeFunction output-port?
332 syn keyword schemeFunction port?
[all …]
H A Dmonk.vim92 syn keyword monkFunc call-with-input-file call-with-output-file input-port?
93 syn keyword monkFunc output-port? current-input-port current-output-port
94 syn keyword monkFunc open-input-file open-output-file close-input-port
95 syn keyword monkFunc close-output-port eof-object? read read-char peek-char
101 syn keyword monkFunc dynamic-wind port? values call-with-values
H A Ddnsmasq.vim100 syn match DnsmasqKeyword "^\s*dhcp-alternate-port\>"
169 syn match DnsmasqKeyword "^\s*min-port\>"
182 syn match DnsmasqKeyword "^\s*port\>"
187 syn match DnsmasqKeyword "^\s*query-port\>"
210 syn match DnsmasqKeyword "^\s*tftp-port-range\>"
H A Dsetserial.vim20 syn keyword setserialParameter contained port irq baud_base divisor
74 syn match setserialMultiport contained '\<port\d\+\>'
H A Dmplayerconf.vim102 \ rtsp-destination rtsp-port
106 \ udp-port udp-seek-threshold udp-slave
H A Drebol.vim98 syn keyword rebolLogicFunction native? none? object? paren? path? port? series?
105 syn keyword rebolType none! object! paren! path! port! string! time!
H A Dlftp.vim82 \ port-i[pv4] port-r[ange] prox[y]
H A Ddictconf.vim41 syn keyword dictconfServerOpts contained port
H A Dfetchmail.vim31 syn keyword fetchmailServerOpts contained via proto[col] local[domains] port
/vim-8.2.3635/runtime/doc/
H A Dintro.txt201 Zoltan Arpadffy work on VMS port
212 Henk Elbers first VMS port
213 Daniel Elstner GTK+ 2 port
216 Bill Foster Athena GUI port
221 Jason Hildebrand GTK+ 2 port
222 Bruce Hunsaker improvements for VMS port
223 Andy Kahn Cscope support, GTK+ GUI port
225 Axel Kielhorn work on the Macintosh port
244 Ralf Schandl IBM OS/390 port
248 Paul Slootman OS/2 port
[all …]
H A Dos_390.txt17 The port to z/OS UNIX was done by Ralf Schandl for the Redbook mentioned
90 I've tried to port the current version of cscope (15.3) to z/OS, without
H A Dos_beos.txt8 This file used to contain particularities for the BeOS port of Vim.
/vim-8.2.3635/src/
H A Dif_mzsch.c100 Scheme_Object *port; member
249 static void (*dll_scheme_close_input_port)(Scheme_Object *port);
250 static void (*dll_scheme_count_lines)(Scheme_Object *port);
327 static Scheme_Object *(*dll_scheme_read)(Scheme_Object *port);
1440 pinfo->port = scheme_open_input_file(file, "mzfile"); in do_load()
1446 while (!SCHEME_EOFP(expr = scheme_read(pinfo->port))) in do_load()
1453 scheme_close_input_port(pinfo->port); in do_load()
1455 pinfo->port = NULL; in do_load()
1469 MZ_GC_VAR_IN_REG(0, pinfo.port); in ex_mzfile()
1474 && pinfo.port != NULL) // looks like port was not closed in ex_mzfile()
[all …]
H A Dchannel.c943 int port, in channel_open() argument
1003 sai->sin6_port = htons(port); in channel_open()
1012 sai->sin_port = htons(port); in channel_open()
1028 ch_log(channel, "Trying to connect to %s port %d", dst, port); in channel_open()
1046 server.sin_port = htons(port); in channel_open()
1063 ch_log(channel, "Trying to connect to %s port %d", hostname, port); in channel_open()
1086 channel->ch_port = port; in channel_open()
1305 int port; in channel_open_func() local
1344 port = strtol((char *)(p + 1), &rest, 10); in channel_open_func()
1345 if (*address == NUL || port <= 0 || port >= 65536 || *rest != NUL) in channel_open_func()
[all …]
H A Dnetbeans.c54 static int getConnInfo(char *file, char **host, char **port, char **password);
132 int port; in netbeans_connect() local
209 port = atoi(address); in netbeans_connect()
210 nb_channel = channel_open(hostname, port, 3000, nb_channel_closed); in netbeans_connect()
243 getConnInfo(char *file, char **host, char **port, char **auth) in getConnInfo() argument
287 vim_free(*port); in getConnInfo()
288 *port = (char *)vim_strsave(&buf[5]); in getConnInfo()
/vim-8.2.3635/runtime/tools/
H A Ddemoserver.py79 ip, port = server.server_address variable
/vim-8.2.3635/src/xpm/
H A DREADME.txt8 following Win32 port:
/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));

1234