Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dnetbeans.c54 static int getConnInfo(char *file, char **host, char **port, char **password);
143 if (getConnInfo(params + 1, &hostname, &address, &password) == FAIL) in netbeans_connect()
154 if (getConnInfo(fname, &hostname, &address, &password) == FAIL) in netbeans_connect()
243 getConnInfo(char *file, char **host, char **port, char **auth) in getConnInfo() function