| /vim-8.2.3635/src/testdir/ |
| H A D | test_channel.py | 245 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 D | test_netbeans.py | 178 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 D | test_channel.vim | 63 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 D | shared.vim | 56 " 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 D | test_netbeans.vim | 43 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 D | README_extra.txt | 14 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 D | vhdl.vim | 30 " 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… 107 …port\)\>.*\)\@<!\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 D | scheme.vim | 146 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 D | monk.vim | 92 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 D | dnsmasq.vim | 100 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 D | setserial.vim | 20 syn keyword setserialParameter contained port irq baud_base divisor 74 syn match setserialMultiport contained '\<port\d\+\>'
|
| H A D | mplayerconf.vim | 102 \ rtsp-destination rtsp-port 106 \ udp-port udp-seek-threshold udp-slave
|
| H A D | rebol.vim | 98 syn keyword rebolLogicFunction native? none? object? paren? path? port? series? 105 syn keyword rebolType none! object! paren! path! port! string! time!
|
| H A D | lftp.vim | 82 \ port-i[pv4] port-r[ange] prox[y]
|
| H A D | dictconf.vim | 41 syn keyword dictconfServerOpts contained port
|
| H A D | fetchmail.vim | 31 syn keyword fetchmailServerOpts contained via proto[col] local[domains] port
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | intro.txt | 201 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 D | os_390.txt | 17 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 D | os_beos.txt | 8 This file used to contain particularities for the BeOS port of Vim.
|
| /vim-8.2.3635/src/ |
| H A D | if_mzsch.c | 100 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 D | channel.c | 943 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 D | netbeans.c | 54 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 D | demoserver.py | 79 ip, port = server.server_address variable
|
| /vim-8.2.3635/src/xpm/ |
| H A D | README.txt | 8 following Win32 port:
|
| /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));
|